]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
proc.5, proc_fb.5: Split /proc/fb from proc(5)
authorAlejandro Colomar <alx@kernel.org>
Tue, 15 Aug 2023 14:29:53 +0000 (16:29 +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_fb.5 [new file with mode: 0644]

index 485e7dc4a5190d681fc08f43d187d169c17d8845..a68b08afba5577f2c66bdeffe5d650ba6ca2b202 100644 (file)
@@ -231,11 +231,6 @@ hierarchy.
 .\"       Added in Linux 2.6.9
 .\"       CONFIG_SCHEDSTATS
 .TP
-.I /proc/fb
-Frame buffer information when
-.B CONFIG_FB
-is defined during kernel compilation.
-.TP
 .I /proc/filesystems
 A text listing of the filesystems which are supported by the kernel,
 namely filesystems which were compiled into the kernel or whose kernel
diff --git a/man5/proc_fb.5 b/man5/proc_fb.5
new file mode 100644 (file)
index 0000000..b17a9c3
--- /dev/null
@@ -0,0 +1,17 @@
+.\" 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_fb 5 (date) "Linux man-pages (unreleased)"
+.SH NAME
+/proc/fb \- frame buffer
+.SH DESCRIPTION
+.TP
+.I /proc/fb
+Frame buffer information when
+.B CONFIG_FB
+is defined during kernel compilation.
+.SH SEE ALSO
+.BR proc (5)