From 13752de13899c68b82d2d715b646cb533e4c1394 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 11 Sep 2017 07:10:00 +0200 Subject: [PATCH] sysfs.2: Add a pointer to sysfs(5) to help possibly confused readers Signed-off-by: Michael Kerrisk --- man2/sysfs.2 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/man2/sysfs.2 b/man2/sysfs.2 index 73e01d2a4..5cf028b3f 100644 --- a/man2/sysfs.2 +++ b/man2/sysfs.2 @@ -34,6 +34,14 @@ sysfs \- get filesystem type information .PP .BI "int sysfs(int " option ); .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 () returns information about the filesystem types currently present in the kernel.