diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-06-20 05:11:44 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-06-20 05:11:44 +0000 |
commit | 8d443bab4ea8512912e6e3e77e745e2ee76d92ac (patch) | |
tree | f53e1d4447a4e149368c9ce04a8125a6eb4fd55f /usr.sbin/pppoe | |
parent | 560919e40750a39b99a325e14605ec2c0ba71dea (diff) |
pretty
Diffstat (limited to 'usr.sbin/pppoe')
-rw-r--r-- | usr.sbin/pppoe/pppoe.8 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/usr.sbin/pppoe/pppoe.8 b/usr.sbin/pppoe/pppoe.8 index 6078be1c2d2..21b82e4458b 100644 --- a/usr.sbin/pppoe/pppoe.8 +++ b/usr.sbin/pppoe/pppoe.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppoe.8,v 1.3 2000/06/20 05:09:16 jason Exp $ +.\" $OpenBSD: pppoe.8,v 1.4 2000/06/20 05:11:43 jason Exp $ .\" .\" Copyright (c) 2000 Network Security Technologies, Inc. .\" (http://www.netsec.net) @@ -93,15 +93,15 @@ the specified if no .Ar system is specified): -.Bl -tag -width XXX -offset XXX -.It set mtu 1492 -.It set mru 1492 -.It set speed sync -.It disable acfcomp -.It deny acfcomp -.It disable protocomp -.It set device !/usr/sbin/pppoe -.El +.Bd -literal -offset indent +set mtu 1492 +set mru 1492 +set speed sync +disable acfcomp +deny acfcomp +disable protocomp +set device !/usr/sbin/pppoe +.Ed .Pp Additionally, the authentication mechanism for the connection must be specified as well as any other parameters. |