aboutsummaryrefslogtreecommitdiffstats
path: root/info/gpp.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-10-24 21:57:49 +0200
committerMattias Andrée <maandree@operamail.com>2013-10-24 21:57:49 +0200
commitaa4681023bc09e16392bcd3920b8ec9a82354178 (patch)
tree39650d54ffb9ef1b500bc8cb6024613a83555d3d /info/gpp.texinfo
parentadd makefile (diff)
downloadgpp-aa4681023bc09e16392bcd3920b8ec9a82354178.tar.gz
gpp-aa4681023bc09e16392bcd3920b8ec9a82354178.tar.bz2
gpp-aa4681023bc09e16392bcd3920b8ec9a82354178.tar.xz
info syntax derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info/gpp.texinfo')
-rw-r--r--info/gpp.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/info/gpp.texinfo b/info/gpp.texinfo
index 133afc5..c16d312 100644
--- a/info/gpp.texinfo
+++ b/info/gpp.texinfo
@@ -218,14 +218,14 @@ preprocessor function or be an external program.
Preprocossor directives cannot be used inside
it, everything in it is in GNU Bash.
-@@{...} is another inline preprocessor directive,
+@@@{...@} is another inline preprocessor directive,
you can put the name of a preprocessor variable
or environment variable inside it to get the
variable's value. For example, if you are
logged in as `twilight'
@example
-Your are logged in as @@{USER}.
+Your are logged in as @@@{USER@}.
@end example
will after preprocessing say