openbsd-ports/shells/zsh/stable/patches/patch-Doc_zsh_texi

61 lines
2.3 KiB
Plaintext
Raw Normal View History

$OpenBSD: patch-Doc_zsh_texi,v 1.1 2001/05/10 19:50:28 lebel Exp $
--- Doc/zsh.texi.orig Tue Feb 29 03:28:45 2000
+++ Doc/zsh.texi Thu May 10 15:46:54 2001
2000-07-04 22:05:28 -04:00
@@ -2,6 +2,10 @@
@c %**start of header
@setfilename zsh.info
@settitle zsh
+@dircategory Shells
+@direntry
1999-08-03 23:57:39 -04:00
+* Zsh: (zsh). The Z shell.
+@end direntry
@c %**end of header
1999-08-03 23:57:39 -04:00
@ifinfo
@@ -834,7 +838,7 @@ to prevent an alias being defined for @s
2000-07-04 22:05:28 -04:00
A character may be @dfn{quoted} (that is, made to stand for itself) by
preceding it with a @code{\}. @code{\} followed by a newline is
ignored. All characters enclosed between a pair of single quotes
-(@t{@value{dsq}}) are quoted, except the first character of @code{histchars}
+(@t{'}@t{'}) are quoted, except the first character of @code{histchars}
(@code{!} by default). A single quote cannot appear within single
quotes. Inside double quotes (@code{""}), parameter and command
substitution occurs, and @code{\} quotes the characters @code{\},
@@ -1622,7 +1626,7 @@ case. A history substitution begins wit
2000-07-04 22:05:28 -04:00
@code{histchars} parameter which is @code{!} by default and may occur
anywhere on the command line; history substitutions do not nest. The
@code{!} can be escaped with @code{\} or can be enclosed between a pair of
-single quotes (@t{@value{dsq}})
+single quotes (@t{'}@t{'})
to suppress its special meaning. Double quotes will not work for this.
2000-03-06 12:57:23 -05:00
@noindent
@@ -5183,7 +5187,7 @@ Array expansions of the form @code{foo$@
2000-07-04 22:05:28 -04:00
@cindex rc, quoting style
@cindex quoting style, rc
@pindex RC_QUOTES
-Allow the character sequence @t{@value{dsq}} to signify a single quote within
+Allow the character sequence @t{'}@t{'} to signify a single quote within
singly quoted strings.
@item RCS (+f)
@@ -7008,7 +7012,8 @@ the empty string all words are taken (as
2000-07-04 22:05:28 -04:00
use is
@example
-compctl -D -f + -H 0 @value{dsq} -X '(No file found; using history)'
+
+compctl -D -f + -H 0 @t{'}@t{'} -X '(No file found; using history)'
@end example
which forces completion to look back in the history list for a word if no
@@ -7071,7 +7076,7 @@ first word in the range is instead taken
2000-07-04 22:05:28 -04:00
name completion performed on the first word in the range. For example,
@example
-compctl -x 'r[-exec,;]' -l @value{dsq} -- find
+compctl -x 'r[-exec,;]' -l @t{'}@t{'} -- find
@end example
completes arguments between @code{-exec} and the following @code{;} (or the