diff options
| -rw-r--r-- | man5/proc.5 | 5 | ||||
| -rw-r--r-- | man5/proc_zoneinfo.5 | 17 |
2 files changed, 17 insertions, 5 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index a8d2ae9043..82edb76285 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 0000000000..0c9ab38173 --- /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) |
