summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-08-03 08:54:09 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-08-03 08:54:09 +0000
commitd2a9513fb34693bd85917fe256639fc6b04a7458 (patch)
treebad7eda5b71ce1043c82960509e07dec6e62f350
parent9d5a9b5cb0a190b4d63046d3a4fba34da8f9d6e3 (diff)
add ifconfig(8) Xr and spacing;
from Alexey E. Suslikov;
-rw-r--r--usr.sbin/pppoe/pppoe.84
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/pppoe/pppoe.8 b/usr.sbin/pppoe/pppoe.8
index ad485b2f530..c7c8644da6f 100644
--- a/usr.sbin/pppoe/pppoe.8
+++ b/usr.sbin/pppoe/pppoe.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pppoe.8,v 1.16 2004/05/06 12:15:20 jmc Exp $
+.\" $OpenBSD: pppoe.8,v 1.17 2004/08/03 08:54:08 jmc Exp $
.\"
.\" Copyright (c) 2000 Network Security Technologies, Inc.
.\" (http://www.netsec.net)
@@ -139,6 +139,7 @@ the first thing that must be done is to bring the interface up:
.Bd -literal -offset indent
# ifconfig xl0 up
.Ed
+.Pp
This can be done automatically during boot with a
.Pa /etc/hostname.xl0
file, see
@@ -214,6 +215,7 @@ to adjust the maximum segment size on outgoing SYN packets.
.Sh SEE ALSO
.Xr tun 4 ,
.Xr hostname.if 5 ,
+.Xr ifconfig 8 ,
.Xr ppp 8
.Rs
.%T RFC 2516 A Method for Transmitting PPP Over Ethernet (PPPoE)