aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-01-19 23:29:21 +0100
committerMattias Andrée <maandree@operamail.com>2014-01-19 23:29:21 +0100
commit842fe8084f4784b96e9225737b0a460ccdc7218c (patch)
treeb16c869f43cf2b982c3a179bea47df66a9b2d935
parentwhoops (diff)
downloadgpp-842fe8084f4784b96e9225737b0a460ccdc7218c.tar.gz
gpp-842fe8084f4784b96e9225737b0a460ccdc7218c.tar.bz2
gpp-842fe8084f4784b96e9225737b0a460ccdc7218c.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--info/gpp.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/info/gpp.texinfo b/info/gpp.texinfo
index a758920..535a044 100644
--- a/info/gpp.texinfo
+++ b/info/gpp.texinfo
@@ -186,11 +186,11 @@ to create a preprocess function to make a
ASCII text uppercase you can write:
@example
-@@>uppercase () @{
+@@<uppercase () @{
lower=qwertyuiopasdfghjklzxcvbnm
upper=QWERTYUIOPASDFGHJKLZXCVBNM
sed y/$lower/$upper/ <<<"$*"
-@@<@}
+@@>@}
@end example
Now assume that you have this @command{uppercase}