Skip to content

Commit

Permalink
Update I/O rate labels in man page
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanGitHub committed Oct 21, 2024
1 parent 28c0201 commit a609a8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions htop.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a609a8b

Please sign in to comment.