proc.5: /proc/stat: s/minor/disk_idx/ in description of /proc/stat

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=225619

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Reported-by: Mike Fedyk <mfedyk@mikefedyk.com>
This commit is contained in:
Michael Kerrisk 2008-12-02 18:02:08 -05:00
parent 293283613f
commit 636297e97b
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
.\" to see what information could be imported from that file
.\" into this file.
.\"
.TH PROC 5 2008-11-20 "Linux" "Linux Programmer's Manual"
.TH PROC 5 2008-12-02 "Linux" "Linux Programmer's Manual"
.SH NAME
proc \- process information pseudo-file system
.SH DESCRIPTION
@ -1675,7 +1675,7 @@ The first column is the total of all interrupts serviced;
each subsequent column is the total for a particular interrupt.
.TP
\fIdisk_io: (2,0):(31,30,5764,1,2) (3,0):\fP...
(major,minor):(noinfo, read_io_ops, blks_read, write_io_ops, blks_written)
(major,disk_idx):(noinfo, read_io_ops, blks_read, write_io_ops, blks_written)
.br
(Linux 2.4 only)
.TP