diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-03-29 05:00:09 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-03-29 05:00:09 +0000 |
commit | 7fd57d5473e51e03a2f2b5a18a16411b9a16cc4b (patch) | |
tree | e07f16a51a14ade19062b94afc1b324a5bc386f9 | |
parent | 19a8356ff15c071bbbdf7321efb873f0abcba37f (diff) | |
download | zsh-7fd57d5473e51e03a2f2b5a18a16411b9a16cc4b.tar.gz zsh-7fd57d5473e51e03a2f2b5a18a16411b9a16cc4b.tar.xz zsh-7fd57d5473e51e03a2f2b5a18a16411b9a16cc4b.zip |
Man page formatting tweak from long ago.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Doc/Zsh/builtins.yo | 10 |
2 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index c99b1caa9..5cda6788e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-03-28 Bart Schaefer <schaefer@zsh.org> + + * 12724: Doc/Zsh/builtins.yo: Nobody has come up with a better fix + for the misformatted manual page than this hack, so I've finally + committed it. + 2001-03-28 Peter Stephenson <pws@csr.com> * 13818: Doc/Zsh/zle.yo, Src/Zle/zle_keymap,c. Src/Zle/zle_main.c diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 09ed8b9ed..2093b7e74 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -838,8 +838,8 @@ this is automatically handled; note that only availability of the first character is tested, so that e.g. `tt(read -t -k 2)' can still block on the second character. ) -enditem() - +ifnzman(enditem() +) If the first argument contains a `tt(?)', the remainder of this word is used as a var(prompt) on standard error when the shell is interactive. @@ -855,6 +855,7 @@ tt(-p) cancels tt(-u), tt(-k) cancels tt(-z), and otherwise tt(-z) cancels both tt(-p) and tt(-u). The tt(-c) or tt(-l) flags cancel any and all of tt(-kpquz). +ifzman(enditem()) ) cindex(parameters, marking readonly) alias(readonly)(typeset -r) @@ -1478,13 +1479,14 @@ These options may also appear as many times as necessary between the listed var(name)s to specify the loading style of all following functions, up to the next tt(-k) or tt(-z). ) -enditem() - +ifnzman(enditem() +) The created file always contains two versions of the compiled format, one for big-endian machines and one for small-endian machines. The upshot of this is that the compiled file is machine independent and if it is read or mapped, only one half of the file is actually used (and mapped). +ifzman(enditem()) ) module(zformat)(zsh/zutil) module(zftp)(zsh/zftp) |