diff options
author | 1997-07-01 05:57:45 +0000 | |
---|---|---|
committer | 1997-07-01 05:57:45 +0000 | |
commit | 499b6056a4590f7982518dcb507df0d2d755bac8 (patch) | |
tree | a83196679d291bd6a20653ee673ba7b03f97fe7c /lib/libc | |
parent | Include <stdlib.h> for malloc() proto. (diff) | |
download | wireguard-openbsd-499b6056a4590f7982518dcb507df0d2d755bac8.tar.xz wireguard-openbsd-499b6056a4590f7982518dcb507df0d2d755bac8.zip |
Add missing '#' as in #include.
Diffstat (limited to 'lib/libc')
-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 |