diff options
author | 2006-05-17 11:50:23 +0000 | |
---|---|---|
committer | 2006-05-17 11:50:23 +0000 | |
commit | cec2d24442ffec2a1babe2a0d785bfb334b54111 (patch) | |
tree | b123eca8dfc81bf69ba9fdec5c83c2b5198003e7 | |
parent | move an option to the right place; (diff) | |
download | wireguard-openbsd-cec2d24442ffec2a1babe2a0d785bfb334b54111.tar.xz wireguard-openbsd-cec2d24442ffec2a1babe2a0d785bfb334b54111.zip |
sort SEE ALSO;
-rw-r--r-- | share/man/man4/pppoe.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/pppoe.4 b/share/man/man4/pppoe.4 index 1d2a734cbd8..2a85ef7384f 100644 --- a/share/man/man4/pppoe.4 +++ b/share/man/man4/pppoe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppoe.4,v 1.8 2006/05/17 03:29:55 reyk Exp $ +.\" $OpenBSD: pppoe.4,v 1.9 2006/05/17 11:50:23 jmc Exp $ .\" $NetBSD: pppoe.4,v 1.26 2003/10/02 07:06:36 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -229,12 +229,12 @@ See .Xr pf.conf 5 for more information on MTU, MSS, and NAT. .Sh SEE ALSO +.Xr sppp 4 , .Xr hostname.if 5 , .Xr pf.conf 5 , .Xr ifconfig 8 , .Xr ppp 8 , -.Xr pppoe 8 , -.Xr sppp 4 +.Xr pppoe 8 .Rs .%R RFC 2516 .%T A Method for Transmitting PPP Over Ethernet (PPPoE) |