aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2013-02-25 17:32:10 +0000
committerJoel Dahl <joel@FreeBSD.org>2013-02-25 17:32:10 +0000
commited88bcd300eb5de7059342dac5352b37d82f3a3e (patch)
treebef96f09431a225987658baa77e1710d3c3344e9 /usr.bin
parent55de4cd6fe248b45618f9bc72a895310e80c41c3 (diff)
downloadsrc-ed88bcd300eb5de7059342dac5352b37d82f3a3e.tar.gz
src-ed88bcd300eb5de7059342dac5352b37d82f3a3e.zip
Remove EOL whitespace.
Notes
Notes: svn path=/head/; revision=247272
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/systat/systat.112
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1
index fa8f789365b9..4916b9c839a7 100644
--- a/usr.bin/systat/systat.1
+++ b/usr.bin/systat/systat.1
@@ -513,12 +513,12 @@ The following units are recognised: kbit, kbyte, mbit,
mbyte, gbit, gbyte and auto.
.It Cm pps
Show statistics in packets per second instead of bytes/bits per second.
-A subsequent call of
-.Ic pps
+A subsequent call of
+.Ic pps
switches this mode off.
.It Cm match Op Ar patterns
-Display only interfaces that match pattern provided as an argument.
-Patterns should be in shell syntax separated by whitespaces or commas.
+Display only interfaces that match pattern provided as an argument.
+Patterns should be in shell syntax separated by whitespaces or commas.
If this command is called without arguments then all interfaces are displayed.
For example:
.Pp
@@ -528,8 +528,8 @@ This will display em0 and bge1 interfaces.
.Pp
.Dl match em*, bge*, lo0
.Pp
-This will display all
-.Ic em
+This will display all
+.Ic em
interfaces, all
.Ic bge
interfaces and the loopback interface.