diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-09-18 18:05:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-09-18 18:05:05 +0000 |
commit | ef38c229705c5d12bd53794b729a4b64a03ffcf0 (patch) | |
tree | 84d038f37e8bfc83bd9cf24528831b96d4b85287 /share/man | |
parent | 578672b098735924753d627a67b9a783ff758af7 (diff) |
change the example hostname.pppoe0 to match the format
documented in hostname.if(5). although it is more complex,
we at least document how and why it works;
complaints on a postcard...
ok reyk canacar
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/pppoe.4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/pppoe.4 b/share/man/man4/pppoe.4 index a7195434236..0674ebd191b 100644 --- a/share/man/man4/pppoe.4 +++ b/share/man/man4/pppoe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppoe.4,v 1.12 2006/09/08 19:06:41 jmc Exp $ +.\" $OpenBSD: pppoe.4,v 1.13 2006/09/18 18:05:04 jmc Exp $ .\" $NetBSD: pppoe.4,v 1.26 2003/10/02 07:06:36 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -104,8 +104,10 @@ A typical .Pa /etc/hostname.pppoe0 file looks like this: .Bd -literal -offset indent -inet 0.0.0.0 255.255.255.255 0.0.0.1 pppoedev ne0 \e - authproto pap authname testcaller authkey donttell up +inet 0.0.0.0 255.255.255.255 NONE \e + pppoedev ne0 authproto pap \e + authname testcaller authkey donttell up +dest 0.0.0.1 !/sbin/route add default 0.0.0.1 .Ed .Pp |