diff options
author | 2004-09-21 21:30:31 +0000 | |
---|---|---|
committer | 2004-09-21 21:30:31 +0000 | |
commit | b0699e9037ee2713f6f7959f8db7609a66c9359a (patch) | |
tree | e392826d7ca250caf82a6f5e2fb622ec5f4b98b4 | |
parent | sync usage (diff) | |
download | wireguard-openbsd-b0699e9037ee2713f6f7959f8db7609a66c9359a.tar.xz wireguard-openbsd-b0699e9037ee2713f6f7959f8db7609a66c9359a.zip |
sort option descriptions. from jmc
-rw-r--r-- | usr.sbin/slstats/slstats.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/slstats/slstats.8 b/usr.sbin/slstats/slstats.8 index e5a991e183a..907df9d7a7a 100644 --- a/usr.sbin/slstats/slstats.8 +++ b/usr.sbin/slstats/slstats.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: slstats.8,v 1.14 2004/09/21 21:19:54 jaredy Exp $ +.\" $OpenBSD: slstats.8,v 1.15 2004/09/21 21:30:31 jaredy Exp $ .\" $NetBSD: slstats.8,v 1.2.6.1 1996/06/07 01:42:24 thorpej Exp $ .\" .\" Contributed by Van Jacobson (van@ee.lbl.gov), Dec 31, 1989. @@ -63,13 +63,13 @@ All further output will describe activity between report intervals. .Pp The options are as follows: .Bl -tag -width Ds +.It Fl i Ar interval +Specifies the interval between reports. +The default interval is 5 seconds. .It Fl v Display additional statistics demonstrating the efficacy of VJ header compression and providing more explicit information on failure distribution. -.It Fl i Ar interval -Specifies the interval between reports. -The default interval is 5 seconds. .El .Pp The following fields are printed on the input side: |