diff options
author | Sevan Janiyan <sevan@FreeBSD.org> | 2016-12-05 13:23:22 +0000 |
---|---|---|
committer | Sevan Janiyan <sevan@FreeBSD.org> | 2016-12-05 13:23:22 +0000 |
commit | 0e922aa30804af8afa3679d8cdccf8ad3f90af26 (patch) | |
tree | 150af304df8a94337d3a0c6b66cb61d1248713bd | |
parent | 3dd3c4503be013a67f24d3513172c95acc2eebe4 (diff) |
Fix error in the example section
Adjust formatting highlighted by igor.
PR: 214683
Submitted by: Anindya Mukherjee <anindya49 AT hotmail DOT com>
Reviewed by: jilles
Approved by: bcr (mentor)
MFC after: 5 days
Differential Revision: https://reviews.freebsd.org/D8591
Notes
Notes:
svn path=/head/; revision=309552
-rw-r--r-- | usr.bin/systat/systat.1 | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 139a69fb6720..4a0e833e0a90 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -28,7 +28,7 @@ .\" @(#)systat.1 8.2 (Berkeley) 12/30/93 .\" $FreeBSD$ .\" -.Dd November 10, 2016 +.Dd December 5, 2016 .Dt SYSTAT 1 .Os .Sh NAME @@ -112,19 +112,22 @@ The specifies the screen refresh time interval in seconds. Time interval can be fractional. .It Ar display-commands -A list of commands specific for this display. These commands can also -be entered interactively and are described for each display separately -below. If the command of the display requires an argument or arguments, -it is possible to specify them as separate command line argument. To finish -display commands it is possible to use double dash at the end -of the list. For example: +A list of commands specific to this display. +These commands can also be entered interactively and are described for +each display separately below. +If the command requires arguments, they can be specified as separate +command line arguments. +A command line argument +.Fl - +will finish display commands. +For example: .Pp .Dl Nm Fl ifstat Fl match Ar bge0,em1 Fl pps .Pp This will display statistics of packets per second for network interfaces named as bge0 and em1. .Pp -.Dl Nm Fl iostat Fl numeric Fl - Ar 2.1 +.Dl Nm Fl iostat Fl numbers Fl - Ar 2.1 .Pp This will display all IO statistics in a numeric format and the information will be refreshed each 2.1 seconds. |