From 9bb777a1f9e0bc268642fcf6ba94152fa0633792 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 25 Feb 2019 11:21:52 +0100 Subject: [PATCH] filesystems.5: Minor tweaks to Eugene Syromyatnikov's patch Signed-off-by: Michael Kerrisk --- man5/filesystems.5 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/man5/filesystems.5 b/man5/filesystems.5 index 0c42c6c75..fbac78333 100644 --- a/man5/filesystems.5 +++ b/man5/filesystems.5 @@ -40,18 +40,20 @@ which filesystems your kernel currently supports; see .BR proc (5) for more details. -If you need a currently unsupported filesystem, insert the corresponding -module or recompile the kernel. There is also a legacy .BR sysfs (2) -system call (availability of which is controlled by the +system call (whose availability is controlled by the .\" commit: 6af9f7bf3c399e0ab1eee048e13572c6d4e15fe9 .B CONFIG_SYSFS_SYSCALL kernel build configuration option since Linux 3.15) -that enables enumeration of currently available filesystem types regardless of +that enables enumeration of the currently available filesystem types +regardless of .I /proc availability and/or sanity. .PP +If you need a currently unsupported filesystem, insert the corresponding +module or recompile the kernel. +.PP In order to use a filesystem, you have to .I mount it; see