Phonet: Simple doc fix.
From: "Randy Macleod" <macleodr@nortel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e6a7d3c04f
commit
3497b2f274
1 changed files with 2 additions and 2 deletions
|
@ -146,8 +146,8 @@ WARNING:
|
||||||
When polling a connected pipe socket for writability, there is an
|
When polling a connected pipe socket for writability, there is an
|
||||||
intrinsic race condition whereby writability might be lost between the
|
intrinsic race condition whereby writability might be lost between the
|
||||||
polling and the writing system calls. In this case, the socket will
|
polling and the writing system calls. In this case, the socket will
|
||||||
block until write because possible again, unless non-blocking mode
|
block until write becomes possible again, unless non-blocking mode
|
||||||
becomes enabled.
|
is enabled.
|
||||||
|
|
||||||
|
|
||||||
The pipe protocol provides two socket options at the SOL_PNPIPE level:
|
The pipe protocol provides two socket options at the SOL_PNPIPE level:
|
||||||
|
|
Loading…
Reference in a new issue