about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-12-17 17:10:47 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-12-17 17:10:47 +0000
commitc9a70e18fdfc945affe88516ae014f3e8a81dfea (patch)
tree3a5119d048bf784ed63e630adf754dcee85663fe /Doc/Zsh/expn.yo
parenta9421446d26c7b67f238082fd8a643f398f556fd (diff)
downloadzsh-c9a70e18fdfc945affe88516ae014f3e8a81dfea.tar.gz
zsh-c9a70e18fdfc945affe88516ae014f3e8a81dfea.tar.xz
zsh-c9a70e18fdfc945affe88516ae014f3e8a81dfea.zip
Štěpán Němec: 28533: typos
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r--Doc/Zsh/expn.yo6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index cb11e4a36..d246c3c23 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -852,7 +852,7 @@ em(arithmetic expansion) on the result. Such expansions can be
 nested but too deep recursion may have unpredictable effects.
 )
 item(tt(f))(
-Split the result of the expansion to lines. This is a shorthand
+Split the result of the expansion at newlines. This is a shorthand
 for `tt(ps:\n:)'.
 )
 item(tt(F))(
@@ -1077,7 +1077,7 @@ item(tt(m))(
 Only useful together with one of the flags tt(l) or tt(r) or with the
 tt(#) length operator when the tt(MULTIBYTE) option
 is in effect.  Use the character width reported by the system in
-calculating the how much of the string it occupies or the overall
+calculating how much of the string it occupies or the overall
 length of the string.  Most printable characters have a width of one
 unit, however certain Asian character sets and certain special effects
 use wider characters; combining characters have zero width.
@@ -2200,7 +2200,7 @@ item(tt(F))(
 `full' (i.e. non-empty) directories.  Note that the
 opposite sense tt(LPAR()^F)tt(RPAR()) expands to empty directories
 and all non-directories.  Use tt(LPAR()/^F)tt(RPAR()) for
-empty directories
+empty directories.
 )
 item(tt(.))(
 plain files