diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-18 20:17:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-18 20:17:43 +0000 |
commit | 62089037679838480a49caf8e66a1367ae282695 (patch) | |
tree | 5d09f78d64a5ddb0d1710d3756fe888ba376f4ea /share | |
parent | d40abc204b5f6f9b051f39789af91ebeb171998d (diff) |
tweak previous; ok reyk
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/pppoe.4 | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/share/man/man4/pppoe.4 b/share/man/man4/pppoe.4 index d26e95a9044..bca4c21d7a7 100644 --- a/share/man/man4/pppoe.4 +++ b/share/man/man4/pppoe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppoe.4,v 1.10 2006/05/18 15:38:57 reyk Exp $ +.\" $OpenBSD: pppoe.4,v 1.11 2006/05/18 20:17:42 jmc Exp $ .\" $NetBSD: pppoe.4,v 1.26 2003/10/02 07:06:36 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -109,13 +109,11 @@ inet 0.0.0.0 255.255.255.255 0.0.0.1 pppoedev ne0 \e !/sbin/route add default 0.0.0.1 .Ed .Pp -To mark the physical interface UP, just write a single -.Ql up -in -.Pa /etc/hostname.ne0 -or the corresponding -.Xr hostname.if 5 -file. +The physical interface must also be marked +.Ql up : +.Bd -literal -offset indent +# echo "up" \*(Gt /etc/hostname.ne0 +.Ed .Pp Since this is a PPP interface, the addresses assigned to the interface may change during PPP negotiation. |