diff options
author | 2020-06-23 21:39:19 +0000 | |
---|---|---|
committer | 2020-06-23 21:39:19 +0000 | |
commit | 6088410e3a5e9189bb55fa66673e3e0aecdc35e6 (patch) | |
tree | 01e064a96df9c4fd919685a6ee26bcc13943b233 | |
parent | Remove redundant NULL check (diff) | |
download | wireguard-openbsd-6088410e3a5e9189bb55fa66673e3e0aecdc35e6.tar.xz wireguard-openbsd-6088410e3a5e9189bb55fa66673e3e0aecdc35e6.zip |
Fix COMMAND description
There is no code anymore that puts angle brackets around swapped out
processes, machine.c r1.54 removed this in 2006.
Typo in first diff spotted by Matthew Martin,
OK jmc (who also pointed out the CVS commit)
-rw-r--r-- | usr.bin/top/top.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1 index d3fe74e18c3..2027b47b93e 100644 --- a/usr.bin/top/top.1 +++ b/usr.bin/top/top.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: top.1,v 1.73 2020/01/07 13:30:43 jmc Exp $ +.\" $OpenBSD: top.1,v 1.74 2020/06/23 21:39:19 kn Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 7 2020 $ +.Dd $Mdocdate: June 23 2020 $ .Dt TOP 1 .Os .Sh NAME @@ -450,9 +450,9 @@ The number of system and user CPU seconds that the process has used. The raw percentage of CPU usage and the default field on which the display is sorted. .It COMMAND -The name of the command that the process is currently running. -(If the process is swapped out, this column is enclosed by angle -brackets.) +The name (and arguments if +.Fl C +is specified) of the command that the process is currently running. .El .Sh ENVIRONMENT .Bl -tag -width Ev |