diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-08-15 16:16:56 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-08-15 23:13:50 +0200 |
| commit | 311a0e02a604973bf1b53c33c4575c234805f704 (patch) | |
| tree | 4060b4d490fa56042e6955d02682ae1e79873bc7 | |
| parent | e1eac480f7355ce937797840a90bd74685b8fc1b (diff) | |
| download | man-pages-311a0e02a604973bf1b53c33c4575c234805f704.tar.gz | |
proc.5, proc_diskstats.5: Split /proc/diskstats from proc(5)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man5/proc.5 | 9 | ||||
| -rw-r--r-- | man5/proc_diskstats.5 | 21 |
2 files changed, 21 insertions, 9 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index ef96b0c19b..7d194b84fe 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -231,15 +231,6 @@ hierarchy. .\" Added in Linux 2.6.9 .\" CONFIG_SCHEDSTATS .TP -.IR /proc/diskstats " (since Linux 2.5.69)" -This file contains disk I/O statistics for each disk device. -See the Linux kernel source file -.I Documentation/admin\-guide/iostats.rst -(or -.I Documentation/iostats.txt -before Linux 5.3) -for further information. -.TP .I /proc/dma This is a list of the registered \fIISA\fP DMA (direct memory access) channels in use. diff --git a/man5/proc_diskstats.5 b/man5/proc_diskstats.5 new file mode 100644 index 0000000000..15d5c6374b --- /dev/null +++ b/man5/proc_diskstats.5 @@ -0,0 +1,21 @@ +.\" 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_diskstats 5 (date) "Linux man-pages (unreleased)" +.SH NAME +/proc/diskstats \- disk I/O statistics +.SH DESCRIPTION +.TP +.IR /proc/diskstats " (since Linux 2.5.69)" +This file contains disk I/O statistics for each disk device. +See the Linux kernel source file +.I Documentation/admin\-guide/iostats.rst +(or +.I Documentation/iostats.txt +before Linux 5.3) +for further information. +.SH SEE ALSO +.BR proc (5) |
