summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/gethostbyname.3
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-19 00:32:42 +0000
committerbde <bde@FreeBSD.org>1997-03-19 00:32:42 +0000
commit3d671533150c40efd34c69490e5cfb7e36788a9e (patch)
tree0a99c5798d936b773ca4c7e324af871d1c60cd0c /lib/libc/net/gethostbyname.3
parent77fbf631665fba943aaf9294c01df4f1bc82a176 (diff)
downloadFreeBSD-src-3d671533150c40efd34c69490e5cfb7e36788a9e.zip
FreeBSD-src-3d671533150c40efd34c69490e5cfb7e36788a9e.tar.gz
Fixed missing function types in synopsis.
Diffstat (limited to 'lib/libc/net/gethostbyname.3')
-rw-r--r--lib/libc/net/gethostbyname.33
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/net/gethostbyname.3 b/lib/libc/net/gethostbyname.3
index af5e369..32d9142 100644
--- a/lib/libc/net/gethostbyname.3
+++ b/lib/libc/net/gethostbyname.3
@@ -55,8 +55,11 @@
.Fn gethostbyaddr "const char *addr" "int len" "int type"
.Ft struct hostent *
.Fn gethostent void
+.Ft void
.Fn sethostent "int stayopen"
+.Ft void
.Fn endhostent void
+.Ft void
.Fn herror "const char *string"
.Ft const char *
.Fn hstrerror "int err"
OpenPOWER on IntegriCloud