aboutsummaryrefslogtreecommitdiffstats
path: root/man5
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-08-15 16:49:27 +0200
committerAlejandro Colomar <alx@kernel.org>2023-08-15 23:19:10 +0200
commit6c33e013ac735cf36d662dc3e7462f823443b41d (patch)
treeb6639b5faca6b838f2fe5f4abf8c5e13f7102d95 /man5
parent04c3bc7cc6ead53f5d66b8f4af06ff9477bc1a47 (diff)
downloadman-pages-6c33e013ac735cf36d662dc3e7462f823443b41d.tar.gz
proc.5, proc_ioports.5: Split /proc/ioports from proc(5)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man5')
-rw-r--r--man5/proc.54
-rw-r--r--man5/proc_ioports.516
2 files changed, 16 insertions, 4 deletions
diff --git a/man5/proc.5 b/man5/proc.5
index f0df8acca0..1e3c199749 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -227,10 +227,6 @@ hierarchy.
.\" Added in Linux 2.6.9
.\" CONFIG_SCHEDSTATS
.TP
-.I /proc/ioports
-This is a list of currently registered Input-Output port regions that
-are in use.
-.TP
.IR /proc/kallsyms " (since Linux 2.5.71)"
This holds the kernel exported symbol definitions used by the
.BR modules (X)
diff --git a/man5/proc_ioports.5 b/man5/proc_ioports.5
new file mode 100644
index 0000000000..f6cc16b087
--- /dev/null
+++ b/man5/proc_ioports.5
@@ -0,0 +1,16 @@
+.\" 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_ioports 5 (date) "Linux man-pages (unreleased)"
+.SH NAME
+/proc/ioports \- I/O port regions
+.SH DESCRIPTION
+.TP
+.I /proc/ioports
+This is a list of currently registered Input-Output port regions that
+are in use.
+.SH SEE ALSO
+.BR proc (5)