From cc269741295610743b50b0d0fa650e79dd2208af Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 4 Feb 2015 11:47:00 -0200 Subject: Match IO field descriptions with new labels. --- htop.1.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'htop.1.in') diff --git a/htop.1.in b/htop.1.in index c4621ab3..8a9527bd 100644 --- a/htop.1.in +++ b/htop.1.in @@ -319,13 +319,13 @@ Bytes of write(2) I/O for the process. .B CNCLWB (IO_CANCEL) Bytes of cancelled write(2) I/O. .TP -.B IO_READ_RATE (IORR) +.B IO_READ_RATE (DISK READ) The I/O rate of read(2) in bytes per second, for the process. .TP -.B IO_WRITE_RATE (IOWR) +.B IO_WRITE_RATE (DISK WRITE) The I/O rate of write(2) in bytes per second, for the process. .TP -.B IO_RATE (IORW) +.B IO_RATE (DISK R/W) The I/O rate, IO_READ_RATE + IO_WRITE_RATE (see above). .TP .B CGROUP -- cgit v1.2.3