diff options
author | 2000-01-26 07:02:57 +0000 | |
---|---|---|
committer | 2000-01-26 07:02:57 +0000 | |
commit | 59dd68f5b83c6234c29b49c6de2fba07a7588d8a (patch) | |
tree | 44b6d1a02b1c419d66b7abc6681db365402c69a7 /lib/libc | |
parent | fix .Os KAME (diff) | |
download | wireguard-openbsd-59dd68f5b83c6234c29b49c6de2fba07a7588d8a.tar.xz wireguard-openbsd-59dd68f5b83c6234c29b49c6de2fba07a7588d8a.zip |
typo (no verb)
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 a4ef452ca3d..7c366f8276a 100644 --- a/lib/libc/rpc/bindresvport.3 +++ b/lib/libc/rpc/bindresvport.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bindresvport.3,v 1.15 2000/01/26 06:57:20 itojun Exp $ +.\" $OpenBSD: bindresvport.3,v 1.16 2000/01/26 07:02:57 itojun Exp $ .\" .Dd August 9, 1997 .Dt BINDRESVPORT 3 @@ -32,7 +32,7 @@ When .Va sin is not null, .Va sin->sin_family -must initialized to the address family of the socket, passed by +must be initialized to the address family of the socket, passed by .Va sd . If the value of .Va sin->sin_port |