diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2002-08-05 12:33:27 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2002-08-05 12:33:27 +0000 |
commit | ed89700265c129983a6badca26b35eb62bb5dd70 (patch) | |
tree | 774902c6e766e1ec1794d95c1611858f64366b9b /Doc/Zsh/builtins.yo | |
parent | c4f4ace06b495f5dc0bd3961112d3f7828dac4bb (diff) | |
download | zsh-ed89700265c129983a6badca26b35eb62bb5dd70.tar.gz zsh-ed89700265c129983a6badca26b35eb62bb5dd70.tar.xz zsh-ed89700265c129983a6badca26b35eb62bb5dd70.zip |
17503: fix various typos, spelling mistakes and poor wordings in the docs
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r-- | Doc/Zsh/builtins.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index f46887144..39ba4812b 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -656,7 +656,7 @@ If the tt(PUSHD_MINUS) option is set, the meanings of `tt(PLUS())' and findex(print) item(tt(print) [ tt(-bnrslzpNDPoOicm) ] [ tt(-u)var(n) ] [ tt(-f) var(format) ] [ tt(-R) [ tt(-en) ]] [ var(arg) ... ])( With the `tt(-f)' option the arguments are printed as described by tt(printf). -With no flags or with flag `tt(-)', the arguments are printed on +With no flags or with the flag `tt(-)', the arguments are printed on the standard output as described by tt(echo), with the following differences: the escape sequence `tt(\M-)var(x)' metafies the character var(x) (sets the highest bit), |