Skip to content

Commit f3673f3

Browse files
committed
Update I/O rate labels in man page
1 parent b443a37 commit f3673f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

htop.1.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -500,13 +500,13 @@ Bytes of write(2) I/O for the process.
500500
.B CNCLWB (IO_CANCEL)
501501
Bytes of cancelled write(2) I/O.
502502
.TP
503-
.B IO_READ_RATE (DISK READ)
503+
.B IO_READ_RATE (DIOR)
504504
The I/O rate of read(2) in bytes per second, for the process.
505505
.TP
506-
.B IO_WRITE_RATE (DISK WRITE)
506+
.B IO_WRITE_RATE (DIOW)
507507
The I/O rate of write(2) in bytes per second, for the process.
508508
.TP
509-
.B IO_RATE (DISK R/W)
509+
.B IO_RATE (DIORW)
510510
The I/O rate, IO_READ_RATE + IO_WRITE_RATE (see above).
511511
.TP
512512
.B CGROUP

0 commit comments

Comments
 (0)