summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/pppoe.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/pppoe.4 b/share/man/man4/pppoe.4
index e0c247a5e89..9d1f97982ec 100644
--- a/share/man/man4/pppoe.4
+++ b/share/man/man4/pppoe.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pppoe.4,v 1.4 2004/11/30 10:13:57 jmc Exp $
+.\" $OpenBSD: pppoe.4,v 1.5 2004/11/30 12:42:21 jmc Exp $
.\" $NetBSD: pppoe.4,v 1.26 2003/10/02 07:06:36 wiz Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -120,9 +120,9 @@ file looks like this:
.Bd -literal -offset indent
pppoedev ne0
! /sbin/ifconfig ne0 up
-! /usr/sbin/spppcontrol $int myauthproto=pap myauthname=testcaller \e
+! /usr/sbin/spppcontrol \e$if myauthproto=pap myauthname=testcaller \e
myauthkey=donttell
-! /sbin/ifconfig $int inet 0.0.0.0 0.0.0.1 netmask 0xffffffff
+! /sbin/ifconfig \e$if inet 0.0.0.0 0.0.0.1 netmask 0xffffffff
! /sbin/route add default 0.0.0.1
up
.Ed