diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-11-18 14:31:48 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-11-18 14:56:48 +0000 |
commit | c947fc5fae31c5935a57abcaa76f40fc8950ce59 (patch) | |
tree | d700c9aa34dcadfe1aa2371f6adbf0b5ec13f2ca /usr.bin/top | |
parent | 82d0f865ee9a93213876c14342b147e31b7ade0d (diff) | |
download | src-c947fc5fae31c5935a57abcaa76f40fc8950ce59.tar.gz src-c947fc5fae31c5935a57abcaa76f40fc8950ce59.zip |
top.1: Improve description of -m
Describe -m argument as "mode" instead of "display".
MFC after: 3 days
Diffstat (limited to 'usr.bin/top')
-rw-r--r-- | usr.bin/top/top.1 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1 index 5989831fe8a9..892ee8307e27 100644 --- a/usr.bin/top/top.1 +++ b/usr.bin/top/top.1 @@ -10,7 +10,7 @@ .Op Fl abCHIijnPpqSTtuvxz .Op Fl d Ar count .Op Fl J Ar jail -.Op Fl m Ar cpu|io +.Op Fl m Ar mode .Op Fl o Ar field .Op Fl p Ar pid .Op Fl s Ar time @@ -119,9 +119,15 @@ Using this option implies Display the .Xr jail 8 ID. -.It Fl m Ar display -Display either 'cpu' or 'io' statistics. -Default is 'cpu'. +.It Fl m Ar mode +Display statistics in the specified +.Ar mode . +Available modes are +.Cm cpu +and +.Cm io . +Default is +.Cm cpu . .It Fl n Use \*(lqnon-interactive\*(rq mode. This is identical to \*(lqbatch\*(rq |