diff options
author | sevan <sevan@FreeBSD.org> | 2017-03-30 01:30:27 +0000 |
---|---|---|
committer | sevan <sevan@FreeBSD.org> | 2017-03-30 01:30:27 +0000 |
commit | 7b13d96088335727c5e1c3c318609aa5365c72be (patch) | |
tree | 3056b6afab6d09e283162e65511cbec6c17f168e /usr.bin/systat | |
parent | f39d7033144f241840a1e1e6e73590566108dabd (diff) | |
download | FreeBSD-src-7b13d96088335727c5e1c3c318609aa5365c72be.zip FreeBSD-src-7b13d96088335727c5e1c3c318609aa5365c72be.tar.gz |
MFC 309552
Adjust formatting highlighted by igor.
PR: 214683
Submitted by: Anindya Mukherjee <anindya49 AT hotmail DOT com>
Reviewed by: jilles
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D8591
Diffstat (limited to 'usr.bin/systat')
-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 f66de64..4750d65 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 October 24, 2015 +.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. |