diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-08-15 16:48:03 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-08-15 23:19:09 +0200 |
| commit | 04c3bc7cc6ead53f5d66b8f4af06ff9477bc1a47 (patch) | |
| tree | 242ffeb74c5cac90050a7165fdffa93fbaa06675 | |
| parent | 627ed3e3b9a95b18285c3ea3d3129873a0fcf07a (diff) | |
| download | man-pages-04c3bc7cc6ead53f5d66b8f4af06ff9477bc1a47.tar.gz | |
proc.5, proc_iomem.5: Split /proc/iomem from proc(5)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -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) |
