diff options
author | 2012-09-19 18:30:03 +0000 | |
---|---|---|
committer | 2012-09-19 18:30:03 +0000 | |
commit | c0f8380c1fbb39d14c9c7c16aae90b7144ebfa49 (patch) | |
tree | 53f1db7eb99b739c0eb49c7b4f691cde9c1f04a1 /share/man/man4/options.4 | |
parent | Remove DF_ENQUEUE flag. It is mostly unused and logically broken. (diff) | |
download | wireguard-openbsd-c0f8380c1fbb39d14c9c7c16aae90b7144ebfa49.tar.xz wireguard-openbsd-c0f8380c1fbb39d14c9c7c16aae90b7144ebfa49.zip |
add pipex(4) man page.
Diffstat (limited to 'share/man/man4/options.4')
-rw-r--r-- | share/man/man4/options.4 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 86ab8b7b181..8a370675b90 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.227 2012/08/23 14:36:43 jmc Exp $ +.\" $OpenBSD: options.4,v 1.228 2012/09/19 18:30:03 yasuoka Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -34,7 +34,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: August 23 2012 $ +.Dd $Mdocdate: September 19 2012 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -536,7 +536,10 @@ See .Xr sysctl 3 for details. .It Cd option PIPEX -Includes PIPEX in-kernel acceleration for PPPoE, L2TP or PPTP. +Includes pipex in-kernel acceleration for PPPoE, L2TP or PPTP. +See +.Xr pipex 4 +for details. .It Cd option PPP_BSDCOMP Enables BSD compressor for PPP connections. .It Cd option PPP_DEFLATE |