mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-18 00:51:07 +02:00
Fix typos.
This commit is contained in:
parent
6e9a38abbb
commit
84c8c67fcc
2 changed files with 6 additions and 1 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-12 Oliver Kiddle <opk@zsh.org>
|
2001-10-12 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
* 15594: Completion/Zsh/Context/_value,
|
* 15594: Completion/Zsh/Context/_value,
|
||||||
|
|
|
@ -372,7 +372,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)'
|
||||||
|
|
Loading…
Reference in a new issue