sysfs.2: Add a pointer to sysfs(5) to help possibly confused readers

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-09-11 07:10:00 +02:00
parent 561fb695da
commit 13752de138
1 changed files with 8 additions and 0 deletions

View File

@ -34,6 +34,14 @@ sysfs \- get filesystem type information
.PP .PP
.BI "int sysfs(int " option ); .BI "int sysfs(int " option );
.SH DESCRIPTION .SH DESCRIPTION
.BR "Note" :
if you are looking for information about the
.B sysfs
filesystem that is normally mounted at
.IR /sys ,
see
.BR sysfs (5).
.PP
.BR sysfs () .BR sysfs ()
returns information about the filesystem types currently present in returns information about the filesystem types currently present in
the kernel. the kernel.