Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Minor documentation typos in `echo' and `compctl'
- X-seq: zsh-workers 4232
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: PATCH: Minor documentation typos in `echo' and `compctl'
- Date: Thu, 16 Jul 1998 01:20:04 -0700
Index: Doc/Zsh/builtins.yo
===================================================================
--- builtins.yo 1998/06/28 04:03:04 1.5
+++ builtins.yo 1998/07/16 08:16:52
@@ -185,7 +185,7 @@
startsitem()
sitem(tt(\a))(bell character)
sitem(tt(\b))(backspace)
-sitem(tt(\b))(suppress final newline)
+sitem(tt(\c))(suppress final newline)
sitem(tt(\e))(escape)
sitem(tt(\f))(form feed)
sitem(tt(\n))(linefeed (newline))
Index: Doc/Zsh/compctl.yo
===================================================================
--- compctl.yo 1998/06/23 18:59:44 1.4
+++ compctl.yo 1998/06/29 15:41:12
@@ -324,7 +324,7 @@
tt(~/Mail), although that prefix does not appear on the command line.
)
item(tt(-q))(
-If used with a suffix as specified by the previous option, this
+If used with a suffix as specified by the tt(-S) option, this
causes the suffix to be removed if the next character typed is a blank
or does not insert anything (the same rule as used for the
tt(AUTO_REMOVE_SLASH) option). The option is most useful for list
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author