diff options
author | Giovanni Bechis <giovanni@cvs.openbsd.org> | 2013-01-24 09:18:05 +0000 |
---|---|---|
committer | Giovanni Bechis <giovanni@cvs.openbsd.org> | 2013-01-24 09:18:05 +0000 |
commit | a3229dc2eb2ef21a56076d7f6095d98f9b1a2548 (patch) | |
tree | a49e0d6b226c07018ea7fe3d3f23ce27630bc747 /share | |
parent | ef21691709b1c2884fd9e76a570296f895720914 (diff) |
typo in #include
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/pipex.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/pipex.4 b/share/man/man4/pipex.4 index 2ac22212865..b86381ea68e 100644 --- a/share/man/man4/pipex.4 +++ b/share/man/man4/pipex.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pipex.4,v 1.3 2012/09/20 16:29:01 jmc Exp $ +.\" $OpenBSD: pipex.4,v 1.4 2013/01/24 09:18:04 giovanni 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: September 20 2012 $ +.Dd $Mdocdate: January 24 2013 $ .Dt PIPEX 4 .Os .Sh NAME @@ -26,7 +26,7 @@ .Pp .Fd #include <sys/socket.h> .Fd #include <sys/ioctl.h> -.Fd #include <net/piepx.h> +.Fd #include <net/pipex.h> .Sh DESCRIPTION .Nm is used with |