diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:39:24 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:39:24 +0000 |
commit | 50f4aee4d46c6e0f837f0bbcdc54992e3dd7af0f (patch) | |
tree | ee555f93149f3cd315d11614855f2f83a708a924 /lib/libc/net/inet_net.3 | |
parent | 3ef9948f177202f485f22c84d5f4cfb4cf74b831 (diff) |
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libc/net/inet_net.3')
-rw-r--r-- | lib/libc/net/inet_net.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/net/inet_net.3 b/lib/libc/net/inet_net.3 index 11cc1d67c60..a0231b45370 100644 --- a/lib/libc/net/inet_net.3 +++ b/lib/libc/net/inet_net.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet_net.3,v 1.15 2012/06/24 18:06:42 gilles Exp $ +.\" $OpenBSD: inet_net.3,v 1.16 2013/06/05 03:39:23 tedu Exp $ .\" $NetBSD: inet_net.3,v 1.1 1997/06/18 02:25:27 lukem Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 24 2012 $ +.Dd $Mdocdate: June 5 2013 $ .Dt INET_NET 3 .Os .Sh NAME @@ -36,10 +36,10 @@ .Nm inet_net_pton .Nd Internet network number manipulation routines .Sh SYNOPSIS -.Fd #include <sys/types.h> -.Fd #include <sys/socket.h> -.Fd #include <netinet/in.h> -.Fd #include <arpa/inet.h> +.In sys/types.h +.In sys/socket.h +.In netinet/in.h +.In arpa/inet.h .Ft char * .Fn inet_net_ntop "int af" "const void *src" "int bits" "char *dst" "size_t size" .Ft int |