diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-29 14:10:33 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-29 14:10:33 +0000 |
commit | 56f6529fc36c6db13ad6ff247464d6b0c9e0d023 (patch) | |
tree | 370910d2e05f30a3e4f78b5160a518c3222aa9f9 /lib/libc/sys/connect.2 | |
parent | 7e10459e58879c6c2e91c7f14687227390272c68 (diff) |
- change references to nil to null; tschroed@acm.org
- remove trailing spaces from end of lines
- add some .Dv
- change -1 to \-1, so `-' is taken as a negative sign
- other misc formatting fixes
Diffstat (limited to 'lib/libc/sys/connect.2')
-rw-r--r-- | lib/libc/sys/connect.2 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/connect.2 b/lib/libc/sys/connect.2 index bbe9da104a3..092b464ad60 100644 --- a/lib/libc/sys/connect.2 +++ b/lib/libc/sys/connect.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: connect.2,v 1.12 1999/05/23 14:10:50 aaron Exp $ +.\" $OpenBSD: connect.2,v 1.13 1999/06/29 14:09:53 aaron Exp $ .\" $NetBSD: connect.2,v 1.8 1995/10/12 15:40:48 jtc Exp $ .\" .\" Copyright (c) 1983, 1993 @@ -73,7 +73,7 @@ Datagram sockets may dissolve the association by connecting to an invalid address, such as a null address. .Sh RETURN VALUES If the connection or binding succeeds, 0 is returned. -Otherwise a -1 is returned, and a more specific error +Otherwise a \-1 is returned, and a more specific error code is stored in .Va errno . .Sh ERRORS @@ -113,7 +113,7 @@ The parameter specifies an area outside the process address space. .It Bq Er EINPROGRESS -The socket is non-blocking +The socket is non-blocking and the connection cannot be completed immediately. It is possible to @@ -135,9 +135,9 @@ These errors may not apply in future versions of the UNIX IPC domain. .It Bq Er ENOTDIR A component of the path prefix is not a directory. .It Bq Er ENAMETOOLONG -A component of a pathname exceeded +A component of a pathname exceeded .Dv {NAME_MAX} -characters, or an entire path name exceeded +characters, or an entire path name exceeded .Dv {PATH_MAX} characters. .It Bq Er ENOENT |