diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-20 05:57:56 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-20 05:57:56 +0000 |
commit | 54cd462976c02892e956acae4ce7a3b93d6cd249 (patch) | |
tree | d04281242de711366c78e807fe7faaeb854ab7a0 /usr.sbin | |
parent | 7910f09fd6fad4008fe999de0d01ad855b2a386b (diff) |
Powered by @mantoya.
o) fix bogus .Xr usage;
millert@ ok.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pppoe/pppoe.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pppoe/pppoe.8 b/usr.sbin/pppoe/pppoe.8 index 5c725d8ebd8..a0b7b089429 100644 --- a/usr.sbin/pppoe/pppoe.8 +++ b/usr.sbin/pppoe/pppoe.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppoe.8,v 1.7 2001/08/02 18:37:35 mpech Exp $ +.\" $OpenBSD: pppoe.8,v 1.8 2001/08/20 05:57:55 mpech Exp $ .\" .\" Copyright (c) 2000 Network Security Technologies, Inc. .\" (http://www.netsec.net) @@ -57,7 +57,7 @@ Specify the interface that .Nm is to use, which should be a real Ethernet interface (not a virtual device like -.Xr tun 4 ). +.Xr tun 4 ) . If this option is not specified, .Nm will use the first Ethernet interface that is up and running. |