aboutsummaryrefslogtreecommitdiff
path: root/doc/grecs-syntax.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/grecs-syntax.texi')
-rw-r--r--doc/grecs-syntax.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/grecs-syntax.texi b/doc/grecs-syntax.texi
index b95a0ba..5c7c5ca 100644
--- a/doc/grecs-syntax.texi
+++ b/doc/grecs-syntax.texi
@@ -94,8 +94,8 @@ path.
The default include search path is:
@enumerate 1
-@item @file{@var{prefix}/share/slb/@value{VERSION}/include}
-@item @file{@var{prefix}/share/slb/include}
+@item @file{@var{prefix}/share/@value{PROGNAME}/@value{VERSION}/include}
+@item @file{@var{prefix}/share/@value{PROGNAME}/include}
@end enumerate
@noindent
@@ -345,12 +345,12 @@ diagnostic.
An initial set of macro definitions is supplied by the
@file{pp-setup} file, located in
-@file{@var{$prefix}/share/@value{PROGNAME}/@var{version}/include}
-directory (where @var{version} means the version of @value{PACKAGE}).
+@file{@var{prefix}/share/@value{PROGNAME}/@value{VERSION}/include}
+directory.
The default @file{pp-setup} file renames all @command{m4} built-in
macro names so they all start with the prefix @samp{m4_}. This
-is similar to GNU m4 @option{--prefix-builtin} options, but has an
+is similar to GNU m4 @option{--prefix-builtin} option, but has an
advantage that it works with non-GNU @command{m4} implementations as
well.

Return to:

Send suggestions and report system problems to the System administrator.