summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/getaddrinfo.3
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2013-06-04 07:37:06 +0000
committerjoel <joel@FreeBSD.org>2013-06-04 07:37:06 +0000
commita6e9df7131150213cdd1e9831f4128c838437478 (patch)
tree1a72d7c29f169457f96594ee2b0cb3ade72507e4 /lib/libc/net/getaddrinfo.3
parente5e0ffd0445428cb51774655224c6f148647405a (diff)
downloadFreeBSD-src-a6e9df7131150213cdd1e9831f4128c838437478.zip
FreeBSD-src-a6e9df7131150213cdd1e9831f4128c838437478.tar.gz
mdoc: convert .Fd to .In, which is much nicer.
Diffstat (limited to 'lib/libc/net/getaddrinfo.3')
-rw-r--r--lib/libc/net/getaddrinfo.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3
index 3419809..c55a493 100644
--- a/lib/libc/net/getaddrinfo.3
+++ b/lib/libc/net/getaddrinfo.3
@@ -26,9 +26,9 @@
.Nm freeaddrinfo
.Nd socket address structure to host and service name
.Sh SYNOPSIS
-.Fd #include <sys/types.h>
-.Fd #include <sys/socket.h>
-.Fd #include <netdb.h>
+.In sys/types.h
+.In sys/socket.h
+.In netdb.h
.Ft int
.Fo getaddrinfo
.Fa "const char *hostname" "const char *servname"
OpenPOWER on IntegriCloud