diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-08-10 01:06:14 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-08-10 01:06:14 +0000 |
commit | c750640f728f9dcd86d8164f81f03726ad1d0715 (patch) | |
tree | b42b603c4a60c36f0532932ff316a5dda838005e /lib/libc/sys/bind.2 | |
parent | b6645cb4269953c8497bbfa1bb3aade7f75213ef (diff) |
- punctuation fixes
- refer to formal parameters consistently.
ok jmc
Diffstat (limited to 'lib/libc/sys/bind.2')
-rw-r--r-- | lib/libc/sys/bind.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/bind.2 b/lib/libc/sys/bind.2 index 1ebb58b38e1..659d237ce0c 100644 --- a/lib/libc/sys/bind.2 +++ b/lib/libc/sys/bind.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bind.2,v 1.13 2003/06/02 20:18:38 millert Exp $ +.\" $OpenBSD: bind.2,v 1.14 2005/08/10 01:06:13 jaredy Exp $ .\" $NetBSD: bind.2,v 1.8 1995/10/12 15:40:46 jtc Exp $ .\" .\" Copyright (c) 1983, 1993 @@ -74,10 +74,10 @@ The call will fail if: .Bl -tag -width Er .It Bq Er EBADF -.Fa S +.Fa s is not a valid descriptor. .It Bq Er ENOTSOCK -.Fa S +.Fa s is not a socket. .It Bq Er EADDRNOTAVAIL The specified address is not available from the local machine. |