summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-07-01 05:57:46 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-07-01 05:57:46 +0000
commite7f6744e34e16013e7014d836a40e4c520ad7e20 (patch)
treed2f0aecdf4b2aba0574c99d0a04d7cc8a629a1f1
parent0d2a1577d566a88754f6fe7a92b8a5d779d436ba (diff)
Add missing '#' as in #include.
-rw-r--r--lib/libc/rpc/bindresvport.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/bindresvport.3 b/lib/libc/rpc/bindresvport.3
index 46ff8ff72af..ed7a6bb6a80 100644
--- a/lib/libc/rpc/bindresvport.3
+++ b/lib/libc/rpc/bindresvport.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bindresvport.3,v 1.4 1996/10/21 03:49:53 deraadt Exp $
+.\" $OpenBSD: bindresvport.3,v 1.5 1997/07/01 05:57:45 millert Exp $
.\"
.Dd November 22, 1987
.Dt BINDRESVPORT 3
@@ -8,7 +8,7 @@
.Nd bind a socket to a privileged IP port
.Sh SYNOPSIS
.Fd #include <sys/types.h>
-.Fd include <netinet/in.h>
+.Fd #include <netinet/in.h>
.Ft int
.Fn bindresvport "int sd" "struct sockaddr_in **sin"
.Sh DESCRIPTION