summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/rpc/getrpcport.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/rpc/getrpcport.3 b/lib/libc/rpc/getrpcport.3
index 59c1cab134d..10c501569e7 100644
--- a/lib/libc/rpc/getrpcport.3
+++ b/lib/libc/rpc/getrpcport.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getrpcport.3,v 1.3 1996/08/19 08:31:35 tholo Exp $
+.\" $OpenBSD: getrpcport.3,v 1.4 1997/07/21 19:59:40 deraadt Exp $
.\"
.Dd October 6, 1987
.Dt GETRPCPORT 3
@@ -7,6 +7,7 @@
.Nm getrpcport
.Nd get RPC port number
.Sh SYNOPSIS
+.Fd #include <rpc/rpc.h>
.Ft int
.Fn getrpcport "char *host" "int prognum" "int versnum" "int proto"
.Sh DESCRIPTION