diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-30 14:21:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-30 14:21:01 +0000 |
commit | c6973beeeca3f13e82a0bfc989e3ad4cda8f6f31 (patch) | |
tree | df07e82c7dc2a29fe881b33f2f07e8215409517d | |
parent | d99d106c556ae0df12ff82fc0f39d43ddd337252 (diff) | |
download | coreutils-c6973beeeca3f13e82a0bfc989e3ad4cda8f6f31.tar.xz |
Change `:' in text of menu to <colon> to avoid problems
with M-x info follow-node.
-rw-r--r-- | doc/sh-utils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi index b8abb07c7..442d9b617 100644 --- a/doc/sh-utils.texi +++ b/doc/sh-utils.texi @@ -719,7 +719,7 @@ Exit status: @menu * Relations for expr:: | & < <= = == != >= > * Numeric expressions:: + - * / % -* String expressions:: : match substr index length +* String expressions:: <colon> match substr index length * Examples of expr:: Examples. @end menu |