1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-24 05:11:08 +02:00

Fix typos.

This commit is contained in:
Bart Schaefer 2001-10-14 17:18:32 +00:00
parent 594ad37c37
commit 5cc2e90f5b
2 changed files with 8 additions and 3 deletions

View file

@ -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> 2001-10-11 Bart Schaefer <schaefer@zsh.org>
* 16013: Src/exec.c: Properly save/restore state around the * 16013: Src/exec.c: Properly save/restore state around the
@ -451,7 +456,7 @@
* 15629: Completion/Unix/Command/_zip: unzip -Z * 15629: Completion/Unix/Command/_zip: unzip -Z
should behave the same as zipinfo. 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 * 15613 (plus unposted additions): Test/B02typeset.ztst: Tests for
correct behavior of typeset options and arguments. correct behavior of typeset options and arguments.

View file

@ -38,7 +38,7 @@ if [[ "$OSTYPE" == cygwin ]]; then
upaths=($upaths ${${line##*on }%% type*}) upaths=($upaths ${${line##*on }%% type*})
done done
_alternative \ _alternative \
'windowspath:WIndows path:compadd -a wpaths' \ 'windowspath:Windows path:compadd -a wpaths' \
'unixpath:Unix path:compadd -a upaths' 'unixpath:Unix path:compadd -a upaths'
return return
fi fi
@ -416,7 +416,7 @@ if (( ! $+_fs_any )); then
'onerror[set behaviour on error]:behaviour on error:(panic lock umount repair)' 'onerror[set behaviour on error]:behaviour on error:(panic lock umount repair)'
) )
_fs_xfs=( _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]' '(xdsm)dmapi[enable DMAPI event callouts]'
'(dmapi)xdsm[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)' 'logbufs[set number of in-memory log buffers]:(2 3 4 5 6 7 8)'