zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: Typos in _mount
@ 2001-10-14  1:04 Bart Schaefer
  0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 2001-10-14  1:04 UTC (permalink / raw)
  To: zsh-workers

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   


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-10-14  1:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-14  1:04 PATCH: Typos in _mount Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).