diff options
Diffstat (limited to 'man5')
| -rw-r--r-- | man5/proc.5 | 3 | ||||
| -rw-r--r-- | man5/proc_iomem.5 | 15 |
2 files changed, 15 insertions, 3 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 3c4bd27fe0..f0df8acca0 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -227,9 +227,6 @@ hierarchy. .\" Added in Linux 2.6.9 .\" CONFIG_SCHEDSTATS .TP -.I /proc/iomem -I/O memory map in Linux 2.4. -.TP .I /proc/ioports This is a list of currently registered Input-Output port regions that are in use. diff --git a/man5/proc_iomem.5 b/man5/proc_iomem.5 new file mode 100644 index 0000000000..b6fbb4b1d5 --- /dev/null +++ b/man5/proc_iomem.5 @@ -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_iomem 5 (date) "Linux man-pages (unreleased)" +.SH NAME +/proc/iomem \- I/O memory map +.SH DESCRIPTION +.TP +.I /proc/iomem +I/O memory map in Linux 2.4. +.SH SEE ALSO +.BR proc (5) |
