diff options
Diffstat (limited to 'lib/libc/rpc/bindresvport.3')
-rw-r--r-- | lib/libc/rpc/bindresvport.3 | 4 |
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 |