diff options
author | 2000-10-18 05:12:06 +0000 | |
---|---|---|
committer | 2000-10-18 05:12:06 +0000 | |
commit | ea418ffe85da8239e30bb1c3e28466cf6b8f685e (patch) | |
tree | 01651b197bba18ec88ec6a378fec58207d2f3632 /lib/libc/sys/bind.2 | |
parent | get the bounds checking right for the data used in copyout() in several (diff) | |
download | wireguard-openbsd-ea418ffe85da8239e30bb1c3e28466cf6b8f685e.tar.xz wireguard-openbsd-ea418ffe85da8239e30bb1c3e28466cf6b8f685e.zip |
Another round of man page cleanup, this time to remove more hard sentence
breaks and getting rid of short lines, making these files easier to work with.
Diffstat (limited to 'lib/libc/sys/bind.2')
-rw-r--r-- | lib/libc/sys/bind.2 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/libc/sys/bind.2 b/lib/libc/sys/bind.2 index f77b52e2964..75033392221 100644 --- a/lib/libc/sys/bind.2 +++ b/lib/libc/sys/bind.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bind.2,v 1.9 2000/01/26 08:40:14 deraadt Exp $ +.\" $OpenBSD: bind.2,v 1.10 2000/10/18 05:12:08 aaron Exp $ .\" $NetBSD: bind.2,v 1.8 1995/10/12 15:40:46 jtc Exp $ .\" .\" Copyright (c) 1983, 1993 @@ -48,11 +48,9 @@ .Sh DESCRIPTION .Fn bind assigns a name to an unnamed socket. -When a socket is created -with +When a socket is created with .Xr socket 2 -it exists in a name space (address family) -but has no name assigned. +it exists in a name space (address family) but has no name assigned. .Fn bind requests that .Fa name @@ -97,8 +95,7 @@ has inadequate permission to access it. .It Bq Er EFAULT The .Fa name -parameter is not in a valid part of the user -address space. +parameter is not in a valid part of the user address space. .El .Pp The following errors are specific to binding names in the UNIX domain. |