87 lines
2.4 KiB
Plaintext
87 lines
2.4 KiB
Plaintext
$OpenBSD: patch-Doc_zsh_texi,v 1.2 2004/09/30 21:46:58 robert Exp $
|
|
--- Doc/zsh.texi.orig Fri Aug 13 12:32:33 2004
|
|
+++ Doc/zsh.texi Wed Sep 15 13:12:33 2004
|
|
@@ -7,6 +7,10 @@
|
|
@end iftex
|
|
@setfilename zsh.info
|
|
@settitle zsh
|
|
+@dircategory Shells
|
|
+@direntry
|
|
+* Zsh: (zsh). The Z shell.
|
|
+@end direntry
|
|
@c %**end of header
|
|
|
|
@ifinfo
|
|
@@ -3065,7 +3069,7 @@
|
|
A history expansion begins with the first character of the @t{histchars}
|
|
parameter, which is `@t{!}' by default, and may occur anywhere on the
|
|
command line; history expansions do not nest. The `@t{!}' can be escaped
|
|
-with `@t{\}' or can be enclosed between a pair of single quotes (@t{@value{dsq}})
|
|
+with `@t{\}' or can be enclosed between a pair of single quotes (@t{'}@t{'})
|
|
to suppress its special meaning. Double quotes will @emph{not} work for
|
|
this. Following this history character is an optional event designator
|
|
(@ref{Event Designators}) and then an optional word
|
|
@@ -7454,7 +7458,7 @@
|
|
@example
|
|
unsetopt localtraps
|
|
trap - INT
|
|
-fn() @{ setopt localtraps; trap @value{dsq} INT; sleep 3; @}
|
|
+zstyle ':completion:*' group-name @t{'}@t{'}
|
|
@end example
|
|
|
|
@noindent
|
|
@@ -15225,7 +15229,7 @@
|
|
|
|
@noindent
|
|
The default colors are the same as for the GNU @t{ls} command and can be
|
|
-obtained by setting the style to an empty string (i.e. @t{@value{dsq}}).
|
|
+obtained by setting the style to an empty string (i.e. @t{'}@t{'}).
|
|
|
|
@kindex list-grouped, completion style
|
|
@item @t{list-grouped}
|
|
@@ -15345,7 +15349,7 @@
|
|
|
|
@noindent
|
|
@example
|
|
-zstyle ':completion:*' matcher-list @value{dsq} 'm:@{a-zA-Z@}=@{A-Za-z@}'
|
|
+zstyle ':completion:*' matcher-list @t{'}@t{'} 'm:@{a-zA-Z@}=@{A-Za-z@}'
|
|
@end example
|
|
|
|
@noindent
|
|
@@ -15369,7 +15373,7 @@
|
|
@example
|
|
zstyle ':completion:*' completer _complete _prefix
|
|
zstyle ':completion:*:complete:*' matcher-list \
|
|
- @value{dsq} 'm:@{a-zA-Z@}=@{A-Za-z@}'
|
|
+ @t{'}@t{'} 'm:@{a-zA-Z@}=@{A-Za-z@}'
|
|
@end example
|
|
|
|
@noindent
|
|
@@ -18512,7 +18516,7 @@
|
|
|
|
@noindent
|
|
@example
|
|
-compctl -M @value{dsq} 'm:@{a-zA-Z@}=@{A-Za-z@}'
|
|
+compctl -M @t{'}@t{'} 'm:@{a-zA-Z@}=@{A-Za-z@}'
|
|
@end example
|
|
|
|
@noindent
|
|
@@ -18724,7 +18728,7 @@
|
|
|
|
@noindent
|
|
@example
|
|
-compctl -D -f + -H 0 @value{dsq}
|
|
+compctl -D -f + -H 0 @t{'}@t{'}
|
|
@end example
|
|
|
|
@noindent
|
|
@@ -18812,7 +18816,7 @@
|
|
|
|
@noindent
|
|
@example
|
|
-compctl -x 'r[-exec,;]' -l @value{dsq} -- find
|
|
+compctl -x 'r[-exec,;]' -l @t{'}@t{'} -- find
|
|
@end example
|
|
|
|
@noindent
|