aboutsummaryrefslogtreecommitdiffstats
path: root/cppawk.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-03-18 16:53:22 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-03-18 16:53:22 -0700
commit9ef584a413fa83775f938dc920d89fa9e0b3bc0c (patch)
tree9331e337e59cd81d7d346e1d607124a013ebb7c1 /cppawk.1
parentd90dfdef972de29ca0cb0f7df5482f36a8d29fc5 (diff)
downloadcppawk-9ef584a413fa83775f938dc920d89fa9e0b3bc0c.tar.gz
cppawk-9ef584a413fa83775f938dc920d89fa9e0b3bc0c.tar.bz2
cppawk-9ef584a413fa83775f938dc920d89fa9e0b3bc0c.zip
Don't use absolute paths for gawk and cpp.
Diffstat (limited to 'cppawk.1')
-rw-r--r--cppawk.17
1 files changed, 4 insertions, 3 deletions
diff --git a/cppawk.1 b/cppawk.1
index 2b4da21..1f9589a 100644
--- a/cppawk.1
+++ b/cppawk.1
@@ -39,7 +39,8 @@ code.
When
.B cppawk
-is configured to use with GNU Awk, the preprocessor symbol
+installation is configured to use GNU Awk, which is the default, the
+preprocessor symbol
.BI __gawk__
is predefined with a value of 1.
@@ -140,10 +141,10 @@ works at all; however, there may be corner cases where some issue arises
because of this.
The choices of
-.B awk
+.B gawk
and
.B cpp
-are fixed in the source code as absolute paths; users must edit
+are fixed in the source code; users must edit
.B cppawk
to select alternative implementations or locations of these tools.