From c750640f728f9dcd86d8164f81f03726ad1d0715 Mon Sep 17 00:00:00 2001 From: Jared Yanovich Date: Wed, 10 Aug 2005 01:06:14 +0000 Subject: - punctuation fixes - refer to formal parameters consistently. ok jmc --- lib/libc/sys/bind.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc/sys/bind.2') 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. -- cgit v1.2.3