]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
proc.5, proc_driver.5: Split /proc/driver/ from proc(5)
authorAlejandro Colomar <alx@kernel.org>
Tue, 15 Aug 2023 14:22:08 +0000 (16:22 +0200)
committerAlejandro Colomar <alx@kernel.org>
Tue, 15 Aug 2023 21:13:51 +0000 (23:13 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man5/proc.5
man5/proc_driver.5 [new file with mode: 0644]

index 29ff8a67d1a83d19cf9de4db3175d141057f73b8..79b827aad8f377b14553d9dc5e29bbf44f5903b3 100644 (file)
@@ -231,9 +231,6 @@ hierarchy.
 .\"       Added in Linux 2.6.9
 .\"       CONFIG_SCHEDSTATS
 .TP
-.I /proc/driver
-Empty subdirectory.
-.TP
 .I /proc/execdomains
 Used to list ABI personalities before Linux 4.1;
 now contains a constant string for userspace compatibility.
diff --git a/man5/proc_driver.5 b/man5/proc_driver.5
new file mode 100644 (file)
index 0000000..014fce1
--- /dev/null
@@ -0,0 +1,15 @@
+.\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com>
+.\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com>
+.\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org>
+.\"
+.\" SPDX-License-Identifier: GPL-3.0-or-later
+.\"
+.TH proc_driver 5 (date) "Linux man-pages (unreleased)"
+.SH NAME
+/proc/driver/ \- empty dir
+.SH DESCRIPTION
+.TP
+.I /proc/driver/
+Empty subdirectory.
+.SH SEE ALSO
+.BR proc (5)