summaryrefslogtreecommitdiff
path: root/usr.sbin/pppoe
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-11-16 22:44:21 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-11-16 22:44:21 +0000
commit0a48a61114d58673edae78d6d27d240673f5db9a (patch)
tree4cb1328630af29a21ce64119ede53c1b3f2c364f /usr.sbin/pppoe
parentba7d7359a1ffd343e89e8e5b3d517daacffa01f4 (diff)
fix formatting error as a result of having too many arguments to a macro;
problem reported by Tamas TEVESZ
Diffstat (limited to 'usr.sbin/pppoe')
-rw-r--r--usr.sbin/pppoe/pppoe.87
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/pppoe/pppoe.8 b/usr.sbin/pppoe/pppoe.8
index 4d724c442f5..1d31dd5e2cd 100644
--- a/usr.sbin/pppoe/pppoe.8
+++ b/usr.sbin/pppoe/pppoe.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pppoe.8,v 1.21 2007/05/31 19:20:28 jmc Exp $
+.\" $OpenBSD: pppoe.8,v 1.22 2007/11/16 22:44:20 jmc Exp $
.\"
.\" Copyright (c) 2000 Network Security Technologies, Inc.
.\" (http://www.netsec.net)
@@ -25,7 +25,7 @@
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: November 16 2007 $
.Dt PPPOE 8
.Os
.Sh NAME
@@ -219,7 +219,8 @@ to adjust the maximum segment size on outgoing SYN packets.
.Xr ifconfig 8 ,
.Xr ppp 8
.Rs
-.%T RFC 2516 A Method for Transmitting PPP Over Ethernet (PPPoE)
+.%R RFC 2516
+.%T A Method for Transmitting PPP Over Ethernet (PPPoE)
.%A L. Mamakos, et al.
.Re
.Sh HISTORY