Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys A little nroff clean up, since I was here to de...
details: https://anonhg.NetBSD.org/src/rev/bbcfe6714d25
branches: trunk
changeset: 486266:bbcfe6714d25
user: fair <fair%NetBSD.org@localhost>
date: Wed May 17 10:24:13 2000 +0000
description:
A little nroff clean up, since I was here to deal with PR 9727,
but someone beat me to it, and didn't log that...
diffstat:
lib/libc/sys/connect.2 | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)
diffs (56 lines):
diff -r 980d5c4c7ebb -r bbcfe6714d25 lib/libc/sys/connect.2
--- a/lib/libc/sys/connect.2 Wed May 17 10:17:01 2000 +0000
+++ b/lib/libc/sys/connect.2 Wed May 17 10:24:13 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: connect.2,v 1.15 1999/12/02 21:42:36 kleink Exp $
+.\" $NetBSD: connect.2,v 1.16 2000/05/17 10:24:13 fair Exp $
.\"
.\" Copyright (c) 1983, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -108,21 +108,20 @@
parameter specifies an area outside
the process address space.
.It Bq Er EINPROGRESS
-The socket is non-blocking
-and the connection cannot
-be completed immediately.
+The socket is non-blocking and the connection cannot be completed immediately.
It is possible to
.Xr select 2
or
.Xr poll 2
-for completion by selecting or polling the socket for writing. The success or
-failure of the connect operation may be determined by using
+for completion by selecting or polling the socket for writing.
+The success or failure of the connect operation may be determined by using
.Xr getsockopt 2
to read the socket error status with the
.Dv SO_ERROR
option at the
.Dv SOL_SOCKET
-level. The returned socket error status is zero on success, or one of the
+level.
+The returned socket error status is zero on success, or one of the
error codes listed here on failure.
.It Bq Er EALREADY
The socket is non-blocking
@@ -133,16 +132,16 @@
The following errors are specific to connecting names in the
.Ux
domain.
-These errors may not apply in future versions of the
+These errors may not apply in future versions of the
.Ux
IPC domain.
.Bl -tag -width Er
.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
Home |
Main Index |
Thread Index |
Old Index