The branch stable/11 has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=e4b86779fbcdca796cf34a4ee042ac6798c52725
commit e4b86779fbcdca796cf34a4ee042ac6798c52725 Author: Mateusz Piotrowski <[email protected]> AuthorDate: 2021-02-10 17:02:14 +0000 Commit: Mateusz Piotrowski <[email protected]> CommitDate: 2021-04-17 18:59:04 +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 9e2dd9bf7428..1526263c0f34 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
