From 091771e94b1a55af78908874b96835a5de9bc553 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 13 Dec 2016 10:40:24 +0100 Subject: [PATCH] filesystems.5: SEE ALSO: add btrfs(5), nfs(5), tmpfs(5) Signed-off-by: Michael Kerrisk --- man5/filesystems.5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man5/filesystems.5 b/man5/filesystems.5 index 6a4f70346..4f0580bcb 100644 --- a/man5/filesystems.5 +++ b/man5/filesystems.5 @@ -206,10 +206,13 @@ filesystem is no longer actively developed or maintained. It was removed from the kernel in 2.1.21. .SH SEE ALSO .BR fuse (4), +.BR btrfs (5), .BR ext2 (5), .BR ext3 (5), .BR ext4 (5), +.BR nfs (5), .BR proc (5), +.BR tmpfs (5), .BR fsck (8), .BR mkfs (8), .BR mount (8)