From f5e0c27a9a6d4aaf42edade796d893594809724d Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 27 Apr 1999 17:32:04 +0000 Subject: zsh-workers:6106 --- Doc/Zsh/expn.yo | 8 +++++--- Doc/Zsh/options.yo | 2 +- Doc/Zsh/redirect.yo | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 1dced5b7d..0326e646d 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -361,6 +361,7 @@ the parameter is then substituted. item(tt(${)var(name)tt(:?)var(word)tt(}))( If var(name) is set and is non-null, then substitute its value; otherwise, print var(word) and exit from the shell. +Interactive shells do not exit. If var(word) is omitted, then a standard message is printed. ) item(tt(${)var(name)tt(:PLUS())var(word)tt(}))( @@ -596,11 +597,12 @@ Pad the resulting words on the left. Each word will be truncated if required and placed in a field var(expr) characters wide. The space to the left will be filled with var(string1) (concatenated as often as needed) or spaces if var(string1) is not given. If both -var(string1) and var(string2) are given, this string will be placed -exactly once directly to the left of the resulting word. +var(string1) and var(string2) are given, this string is inserted +once directly to the left of each word, before padding. ) item(tt(r:)var(expr)tt(::)var(string1)tt(::)var(string2)tt(:))( -As tt(l), but pad the words on the right. +As tt(l), but pad the words on the right and insert var(string2) +on the right. ) item(tt(j:)var(string)tt(:))( Join the words of arrays together using var(string) as a separator. diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index c4a8a084e..92de8c2d8 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -670,7 +670,7 @@ tt(trap) and tt(unset). ) pindex(PRINT_EIGHT_BIT) -cindex(exit status, printing) +cindex(eight bit characters, printing) item(tt(PRINT_EIGHT_BIT))( Print eight bit characters literally in completion lists, etc. This option is not necessary if your system correctly returns the diff --git a/Doc/Zsh/redirect.yo b/Doc/Zsh/redirect.yo index 71f03f4cf..b642f1b5f 100644 --- a/Doc/Zsh/redirect.yo +++ b/Doc/Zsh/redirect.yo @@ -180,4 +180,4 @@ the command named in the shell variable tt(READNULLCMD) is assumed. nofill(tt(< file)) -prints the contents of tt(file). +copies the contents of tt(file) to the standard output. -- cgit 1.4.1