mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
Fix typos.
This commit is contained in:
parent
594ad37c37
commit
5cc2e90f5b
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-10-14 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 16030: Completion/Unix/Command/_mount: Fix minor typos in option
|
||||
descriptions.
|
||||
|
||||
2001-10-11 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 16013: Src/exec.c: Properly save/restore state around the
|
||||
|
@ -451,7 +456,7 @@
|
|||
* 15629: Completion/Unix/Command/_zip: unzip -Z
|
||||
should behave the same as zipinfo.
|
||||
|
||||
2001-08-13 Bart Schaefer <schaefer@brasslantern.com>
|
||||
2001-08-13 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 15613 (plus unposted additions): Test/B02typeset.ztst: Tests for
|
||||
correct behavior of typeset options and arguments.
|
||||
|
|
|
@ -38,7 +38,7 @@ if [[ "$OSTYPE" == cygwin ]]; then
|
|||
upaths=($upaths ${${line##*on }%% type*})
|
||||
done
|
||||
_alternative \
|
||||
'windowspath:WIndows path:compadd -a wpaths' \
|
||||
'windowspath:Windows path:compadd -a wpaths' \
|
||||
'unixpath:Unix path:compadd -a upaths'
|
||||
return
|
||||
fi
|
||||
|
@ -416,7 +416,7 @@ if (( ! $+_fs_any )); then
|
|||
'onerror[set behaviour on error]:behaviour on error:(panic lock umount repair)'
|
||||
)
|
||||
_fs_xfs=(
|
||||
'biosize[specify preffer buffered I/O size]:base 2 logarithm:((13:8K 14:16K 15:32K 16:64K))'
|
||||
'biosize[specify preferred buffered I/O size]:base 2 logarithm:((13:8K 14:16K 15:32K 16:64K))'
|
||||
'(xdsm)dmapi[enable DMAPI event callouts]'
|
||||
'(dmapi)xdsm[enable DMAPI event callouts]'
|
||||
'logbufs[set number of in-memory log buffers]:(2 3 4 5 6 7 8)'
|
||||
|
|
Loading…
Reference in a new issue