diff options
author | 1996-11-25 01:27:20 +0000 | |
---|---|---|
committer | 1996-11-25 01:27:20 +0000 | |
commit | 7464d82281b7e9a96bd2cc85253af1502397c590 (patch) | |
tree | af1c09b4740ebcb2a43f68e8642189d32a66e5fe | |
parent | Add some quirky devices from NetBSD. (diff) | |
download | wireguard-openbsd-7464d82281b7e9a96bd2cc85253af1502397c590.tar.xz wireguard-openbsd-7464d82281b7e9a96bd2cc85253af1502397c590.zip |
Liar, -w doesn't have a default value.
-rw-r--r-- | usr.sbin/pppd/pppstats/pppstats.8 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/pppd/pppstats/pppstats.8 b/usr.sbin/pppd/pppstats/pppstats.8 index b8a2ee9f232..ed3b91d4b5f 100644 --- a/usr.sbin/pppd/pppstats/pppstats.8 +++ b/usr.sbin/pppd/pppstats/pppstats.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppstats.8,v 1.2 1996/03/25 15:56:04 niklas Exp $ +.\" $OpenBSD: pppstats.8,v 1.3 1996/11/25 01:27:20 millert Exp $ .Dd November 15, 1994 .Dt PPPSTATS 8 .Sh NAME @@ -64,9 +64,7 @@ of the algorithm. .It Fl w Ar wait Pause .Ar wait -seconds between each display. If no -.Ar wait -interval is specified, the default is 5 seconds. +seconds between each display. .It Fl z Instead of the standard display, show statistics indicating the performance of the packet compression algorithm in use. |