diff options
author | 2015-06-23 06:21:53 +0000 | |
---|---|---|
committer | 2015-06-23 06:21:53 +0000 | |
commit | 41f57ac84df0f85d5d39e3924c51643fdaa5b077 (patch) | |
tree | 9951987f9ad8a572693b1cd7c764b77435f7c066 | |
parent | Change CBS_dup() to also sync the offset. (diff) | |
download | wireguard-openbsd-41f57ac84df0f85d5d39e3924c51643fdaa5b077.tar.xz wireguard-openbsd-41f57ac84df0f85d5d39e3924c51643fdaa5b077.zip |
Fix the links to pppx(4).
diff from Fabian Raetz.
-rw-r--r-- | share/man/man4/pipex.4 | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/share/man/man4/pipex.4 b/share/man/man4/pipex.4 index 06ac67ed6dc..1e33588774f 100644 --- a/share/man/man4/pipex.4 +++ b/share/man/man4/pipex.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pipex.4,v 1.7 2015/06/12 20:33:06 schwarze Exp $ +.\" $OpenBSD: pipex.4,v 1.8 2015/06/23 06:21:53 yasuoka Exp $ .\" .\" Copyright (c) 2012 YASUOKA Masahiko <yasuoka@openbsd.org> .\" Copyright (c) 2010 SUENAGA Hiroki <hsuenaga@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 12 2015 $ +.Dd $Mdocdate: June 23 2015 $ .Dt PIPEX 4 .Os .Sh NAME @@ -32,8 +32,7 @@ is used with .Xr tun 4 and -.\" .Xr pppx 4 , -pppx, +.Xr pppx 4 , and handles PPP frames and forwards IP packets in-kernel. It accelerates the performance of packet forwarding, because it reduces copying of packets between kernel and userland. @@ -52,8 +51,7 @@ adds some extensions to the requests to .Xr tun 4 or -.\" .Xr pppx 4 -pppx +.Xr pppx 4 devices. The added requests are as follows: .Bl -tag -width Ds @@ -262,8 +260,7 @@ struct pipex_session_list_req { .Ed .It Dv PIPEXSIFDESCR Fa "struct pipex_session_descr_req *" Set the -.\" .Xr pppx 4 -pppx +.Xr pppx 4 interface's description of the session. This command doesn't work on .Xr tun 4 |