svn commit: r352804 - head/usr.bin/top
Dimitry Andric
dim at FreeBSD.org
Fri Sep 27 17:11:21 UTC 2019
Author: dim
Date: Fri Sep 27 17:11:21 2019
New Revision: 352804
URL: https://svnweb.freebsd.org/changeset/base/352804
Log:
Correct the final argument name in the top(1) manpage.
The description talks about 'number', while the final argument was
'count'. Since 'count' is already used for the count of displays,
change the final argument name to 'number'.
MFC after: 3 days
Modified:
head/usr.bin/top/top.1
Modified: head/usr.bin/top/top.1
==============================================================================
--- head/usr.bin/top/top.1 Fri Sep 27 16:57:32 2019 (r352803)
+++ head/usr.bin/top/top.1 Fri Sep 27 17:11:21 2019 (r352804)
@@ -15,7 +15,7 @@
.Op Fl s Ar time
.Op Fl o Ar field
.Op Fl p Ar pid
-.Op Ar count
+.Op Ar number
.Sh DESCRIPTION
.Nm
displays the top
More information about the svn-src-all
mailing list