summaryrefslogtreecommitdiffstats
path: root/bash-completion/findmnt
diff options
context:
space:
mode:
authorBenno Schulenberg2014-07-25 14:55:03 +0200
committerKarel Zak2014-07-28 11:16:57 +0200
commit556c9c484288e9d1514a44ea0a3a72b6cc8c9232 (patch)
tree66d8dae78587b6a538da91d07a1436470185cdea /bash-completion/findmnt
parentdocs: improve some wordings in the man page of mount (diff)
downloadkernel-qcow2-util-linux-556c9c484288e9d1514a44ea0a3a72b6cc8c9232.tar.gz
kernel-qcow2-util-linux-556c9c484288e9d1514a44ea0a3a72b6cc8c9232.tar.xz
kernel-qcow2-util-linux-556c9c484288e9d1514a44ea0a3a72b6cc8c9232.zip
various: erase all traces of the long-obsolete xiafs
The xiafs filesystem was removed from the kernel fifteen years ago, and any kernel that contained it reached end of life ten years ago. It's time to stop mentioning it in the mount man page and elsewhere. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'bash-completion/findmnt')
-rw-r--r--bash-completion/findmnt3
1 files changed, 1 insertions, 2 deletions
diff --git a/bash-completion/findmnt b/bash-completion/findmnt
index 3ed331ac0..0f62aa434 100644
--- a/bash-completion/findmnt
+++ b/bash-completion/findmnt
@@ -61,8 +61,7 @@ _findmnt_module()
hfsplus hpfs iso9660 jfs minix msdos
ncpfs nfs nfs4 ntfs proc qnx4 ramfs
reiserfs romfs squashfs smbfs sysv tmpfs
- ubifs udf ufs umsdos usbfs vfat xenix xfs
- xiafs"
+ ubifs udf ufs umsdos usbfs vfat xenix xfs"
COMPREPLY=( $(compgen -W "$TYPES" -- $cur) )
return 0
;;