From 556c9c484288e9d1514a44ea0a3a72b6cc8c9232 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 25 Jul 2014 14:55:03 +0200 Subject: 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 --- bash-completion/findmnt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bash-completion/findmnt') 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 ;; -- cgit v1.2.3-55-g7522