aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-02-10 17:02:14 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-02-10 17:09:49 +0000
commite6f59be239aa17f80b44ded4779e29f5d5352b28 (patch)
tree4bc1e292dffdf0f966249205417a58dbdd799f4e
parentfcbaf46b763a91bb41fe68afdcf59a7d210bc2f7 (diff)
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. MFC after: 1 week
-rw-r--r--usr.bin/systat/systat.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1
index 7a84feaf6dac..5ad8078a85a4 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