Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Typos in _mount
- X-seq: zsh-workers 16030
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: Typos in _mount
- Date: Sun, 14 Oct 2001 01:04:54 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Just to get an article number for ChangeLog ...
Index: Completion/Unix/Command/_mount
--- zsh-forge/current/Completion/Unix/Command/_mount Thu Oct 11 08:19:54 2001
+++ zsh-4.0/Completion/Unix/Command/_mount Sat Oct 13 13:01:04 2001
@@ -38,7 +38,7 @@
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 @@
'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)'
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author