diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-01-19 23:29:21 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-01-19 23:29:21 +0100 |
commit | 842fe8084f4784b96e9225737b0a460ccdc7218c (patch) | |
tree | b16c869f43cf2b982c3a179bea47df66a9b2d935 /info | |
parent | whoops (diff) | |
download | gpp-842fe8084f4784b96e9225737b0a460ccdc7218c.tar.gz gpp-842fe8084f4784b96e9225737b0a460ccdc7218c.tar.bz2 gpp-842fe8084f4784b96e9225737b0a460ccdc7218c.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
-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 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} |