diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-10-24 21:57:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-10-24 21:57:49 +0200 |
commit | aa4681023bc09e16392bcd3920b8ec9a82354178 (patch) | |
tree | 39650d54ffb9ef1b500bc8cb6024613a83555d3d | |
parent | add makefile (diff) | |
download | gpp-aa4681023bc09e16392bcd3920b8ec9a82354178.tar.gz gpp-aa4681023bc09e16392bcd3920b8ec9a82354178.tar.bz2 gpp-aa4681023bc09e16392bcd3920b8ec9a82354178.tar.xz |
info syntax derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | info/gpp.texinfo | 4 |
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 |