git: 56b873b2184e - stable/13 - systat.1: Fix synopsis
Mateusz Piotrowski
0mp at FreeBSD.org
Sat Apr 17 19:00:36 UTC 2021
The branch stable/13 has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=56b873b2184eb1c445a4dc926ee57fa2a9387169
commit 56b873b2184eb1c445a4dc926ee57fa2a9387169
Author: Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-02-10 17:02:14 +0000
Commit: Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-04-17 19:00:24 +0000
systat.1: Fix synopsis
systat does not have a "-display" flag. Use Ar to indicate that
"display" is meant to be substituted with an actual display command.
(cherry picked from commit e6f59be239aa17f80b44ded4779e29f5d5352b28)
---
usr.bin/systat/systat.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1
index d2eeb2854816..218c51cc3f27 100644
--- a/usr.bin/systat/systat.1
+++ b/usr.bin/systat/systat.1
@@ -36,7 +36,7 @@
.Nd display system statistics
.Sh SYNOPSIS
.Nm
-.Op Fl display
+.Op Fl Ar display
.Op Ar display-commands
.Op Ar refresh-interval
.Sh DESCRIPTION
More information about the dev-commits-src-branches
mailing list