filesystems.5: Minor tweaks to Eugene Syromyatnikov's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-02-25 11:21:52 +01:00
parent 114c822e04
commit 9bb777a1f9
1 changed files with 6 additions and 4 deletions

View File

@ -40,18 +40,20 @@ which filesystems your kernel currently supports;
see see
.BR proc (5) .BR proc (5)
for more details. for more details.
If you need a currently unsupported filesystem, insert the corresponding
module or recompile the kernel.
There is also a legacy There is also a legacy
.BR sysfs (2) .BR sysfs (2)
system call (availability of which is controlled by the system call (whose availability is controlled by the
.\" commit: 6af9f7bf3c399e0ab1eee048e13572c6d4e15fe9 .\" commit: 6af9f7bf3c399e0ab1eee048e13572c6d4e15fe9
.B CONFIG_SYSFS_SYSCALL .B CONFIG_SYSFS_SYSCALL
kernel build configuration option since Linux 3.15) 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 .I /proc
availability and/or sanity. availability and/or sanity.
.PP .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 In order to use a filesystem, you have to
.I mount .I mount
it; see it; see