small wording fix

This commit is contained in:
Michael Kerrisk 2008-07-04 15:23:23 +00:00
parent 2b9931bdc4
commit 00b7d497e3
1 changed files with 3 additions and 1 deletions

View File

@ -51,7 +51,9 @@ system call is used with connection-based socket types
.RB ( SOCK_STREAM ,
.BR SOCK_SEQPACKET ).
It extracts the first connection request on the queue of pending
connections, creates a new connected socket, and returns a new file
connections for the listening socket,
.IR sockfd ,
creates a new connected socket, and returns a new file
descriptor referring to that socket.
The newly created socket is not in the listening state.
The original socket