summaryrefslogtreecommitdiffstats
path: root/man5/sysfs.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/sysfs.5')
-rw-r--r--man5/sysfs.512
1 files changed, 6 insertions, 6 deletions
diff --git a/man5/sysfs.5 b/man5/sysfs.5
index 2edd582..5a5237c 100644
--- a/man5/sysfs.5
+++ b/man5/sysfs.5
@@ -2,7 +2,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH sysfs 5 2023-03-30 "Linux man-pages 6.05.01"
+.TH sysfs 5 2023-10-31 "Linux man-pages 6.7"
.SH NAME
sysfs \- a filesystem for exporting kernel objects
.SH DESCRIPTION
@@ -19,20 +19,20 @@ The files under
.B sysfs
provide information about devices, kernel modules, filesystems,
and other kernel components.
-.PP
+.P
The
.B sysfs
filesystem is commonly mounted at
.IR /sys .
Typically, it is mounted automatically by the system,
but it can also be mounted manually using a command such as:
-.PP
+.P
.in +4n
.EX
mount \-t sysfs sysfs /sys
.EE
.in
-.PP
+.P
Many of the files in the
.B sysfs
filesystem are read-only,
@@ -261,12 +261,12 @@ of thing that needs to be updated very often.
.SH SEE ALSO
.BR proc (5),
.BR udev (7)
-.PP
+.P
P.\& Mochel. (2005).
.IR "The sysfs filesystem" .
Proceedings of the 2005 Ottawa Linux Symposium.
.\" https://www.kernel.org/pub/linux/kernel/people/mochel/doc/papers/ols-2005/mochel.pdf
-.PP
+.P
The kernel source file
.I Documentation/filesystems/sysfs.txt
and various other files in