diff options
-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} |