summaryrefslogtreecommitdiff
path: root/usr.sbin/pppoe
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-08-08 10:13:34 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-08-08 10:13:34 +0000
commit33e058968c132b5d9fe55baf8df88399d0a3b97b (patch)
tree2c60b68e2480998723ad7577f055a87a94e96652 /usr.sbin/pppoe
parentcfe78b315db32151cb381ecb3d879f24b75a399d (diff)
refer to RFCs consistently (RFC XXXX);
Diffstat (limited to 'usr.sbin/pppoe')
-rw-r--r--usr.sbin/pppoe/pppoe.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pppoe/pppoe.8 b/usr.sbin/pppoe/pppoe.8
index 91620750d14..4d8083d9502 100644
--- a/usr.sbin/pppoe/pppoe.8
+++ b/usr.sbin/pppoe/pppoe.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pppoe.8,v 1.14 2003/06/04 04:32:55 jason Exp $
+.\" $OpenBSD: pppoe.8,v 1.15 2003/08/08 10:13:33 jmc Exp $
.\"
.\" Copyright (c) 2000 Network Security Technologies, Inc.
.\" (http://www.netsec.net)
@@ -122,7 +122,7 @@ line tells
.Nm ppp
to use synchronous encoding for the packets sent between it and
.Nm pppoe .
-According to RFC2516, protocol compression,
+According to RFC 2516, protocol compression,
.Em protocomp ,
is not recommended, so
it is disabled, but not denied.
@@ -216,7 +216,7 @@ to adjust the maximum segment size on outgoing SYN packets.
.Xr hostname.if 5 ,
.Xr ppp 8
.Rs
-.%T RFC2516 A Method for Transmitting PPP Over Ethernet (PPPoE)
+.%T RFC 2516 A Method for Transmitting PPP Over Ethernet (PPPoE)
.%A L. Mamakos, et al.
.Re
.Sh HISTORY