]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
filesystems.5: Minor tweaks to Eugene Syromyatnikov's patch
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 25 Feb 2019 10:21:52 +0000 (11:21 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 25 Feb 2019 10:21:52 +0000 (11:21 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man5/filesystems.5

index 0c42c6c75c7a9e096c1d17485c7b7062e1c6d276..fbac78333e8d0a50eba6b40ae87aa5e451c216e7 100644 (file)
@@ -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