summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-12-30 14:28:10 +0000
committerpeter <peter@FreeBSD.org>1996-12-30 14:28:10 +0000
commit50fab253d20bda729978ec93c80e808356defc3f (patch)
tree4f475ae60c6e847c33a62f54370ca9a27d3a5acf /lib/libc
parent7752667410fbfa8cd46494c95dc4ea3a474b923b (diff)
downloadFreeBSD-src-50fab253d20bda729978ec93c80e808356defc3f.zip
FreeBSD-src-50fab253d20bda729978ec93c80e808356defc3f.tar.gz
- tags in correct order
- list missing functions - list missing args Obtained from: a diff of FreeBSD vs. OpenBSD/NetBSD rpc code.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/rpc/getrpcent.310
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libc/rpc/getrpcent.3 b/lib/libc/rpc/getrpcent.3
index 8f784ba..5d70079 100644
--- a/lib/libc/rpc/getrpcent.3
+++ b/lib/libc/rpc/getrpcent.3
@@ -1,16 +1,18 @@
.\" @(#)getrpcent.3n 2.2 88/08/02 4.0 RPCSRC; from 1.11 88/03/14 SMI
.Dd "December 14, 1987"
.Dt GETRPCENT 3
-.Sh NAME
.Os
+.Sh NAME
.Nm getrpcent ,
.Nm getrpcbyname ,
-.Nm getrpcbynumber
+.Nm getrpcbynumber ,
+.Nm endrpcent ,
+.Nm setrpcent
.Nd get RPC entry
.Sh SYNOPSIS
.Fd #include <netdb.h>
.Ft struct rpcent *
-.Fn getrpcent
+.Fn getrpcent void
.Ft struct rpcent *
.Fn getrpcbyname "char *name"
.Ft struct rpcent *
@@ -18,7 +20,7 @@
.Ft void
.Fn setrpcent "int stayopen"
.Ft void
-.Fn endrpcent
+.Fn endrpcent void
.Sh DESCRIPTION
The
.Fn getrpcent ,
OpenPOWER on IntegriCloud