1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-16 12:21:18 +02:00

Fix typos.

This commit is contained in:
Bart Schaefer 2001-10-14 17:17:43 +00:00
parent 6e9a38abbb
commit 84c8c67fcc
2 changed files with 6 additions and 1 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-12 Oliver Kiddle <opk@zsh.org>
* 15594: Completion/Zsh/Context/_value,

View file

@ -372,7 +372,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)'