summaryrefslogtreecommitdiffstats
path: root/man5
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-08-15 23:02:07 +0200
committerAlejandro Colomar <alx@kernel.org>2023-08-15 23:19:20 +0200
commit4a30f0f1c06936bdbffe649a0aed802d70a3a83e (patch)
tree97cca24e0c0ee9e7a44e3c2e76c87b10afc94f40 /man5
parentf3c4eec15d8d9f77d713a5ad7d1efc2e44692c77 (diff)
proc.5, proc_zoneinfo.5: Split /proc/zoneinfo from proc(5)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man5')
-rw-r--r--man5/proc.55
-rw-r--r--man5/proc_zoneinfo.517
2 files changed, 17 insertions, 5 deletions
diff --git a/man5/proc.5 b/man5/proc.5
index a8d2ae904..82edb7628 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -229,11 +229,6 @@ hierarchy.
.\" commit 666bfddbe8b8fd4fd44617d6c55193d5ac7edb29
.\" Needs CONFIG_VMCORE
.\"
-.TP
-.IR /proc/zoneinfo " (since Linux 2.6.13)"
-This file displays information about memory zones.
-This is useful for analyzing virtual memory behavior.
-.\" FIXME more should be said about /proc/zoneinfo
.SH NOTES
Many files contain strings (e.g., the environment and command line)
that are in the internal format,
diff --git a/man5/proc_zoneinfo.5 b/man5/proc_zoneinfo.5
new file mode 100644
index 000000000..0c9ab3817
--- /dev/null
+++ b/man5/proc_zoneinfo.5
@@ -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_zoneinfo 5 (date) "Linux man-pages (unreleased)"
+.SH NAME
+/proc/zoneinfo \- memory zones
+.SH DESCRIPTION
+.TP
+.IR /proc/zoneinfo " (since Linux 2.6.13)"
+This file displays information about memory zones.
+This is useful for analyzing virtual memory behavior.
+.\" FIXME more should be said about /proc/zoneinfo
+.SH SEE ALSO
+.BR proc (5)