From a609a8b752e6e6ce695dde75f2208b20337eb2dc Mon Sep 17 00:00:00 2001 From: Oumuamua Date: Sat, 19 Oct 2024 08:32:53 +0530 Subject: [PATCH] Update I/O rate labels in man page --- htop.1.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htop.1.in b/htop.1.in index 70334f9b7..7c3309e03 100644 --- a/htop.1.in +++ b/htop.1.in @@ -500,13 +500,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 (DISK READ) +.B IO_READ_RATE (DIOR) The I/O rate of read(2) in bytes per second, for the process. .TP -.B IO_WRITE_RATE (DISK WRITE) +.B IO_WRITE_RATE (DIOW) The I/O rate of write(2) in bytes per second, for the process. .TP -.B IO_RATE (DISK R/W) +.B IO_RATE (DIORW) The I/O rate, IO_READ_RATE + IO_WRITE_RATE (see above). .TP .B CGROUP