diff options
author | Randy Macleod <macleodr@nortel.com> | 2008-10-14 16:49:38 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-14 16:49:38 -0400 |
commit | 3497b2f274b62292df67b6321d8947e24fce94a9 (patch) | |
tree | 7cfcdcc76d4dcd2bd18015da44c18460901753d7 /Documentation | |
parent | e6a7d3c04f8fe49099521e6dc9a46b0272381f2f (diff) |
Phonet: Simple doc fix.
From: "Randy Macleod" <macleodr@nortel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/phonet.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/phonet.txt b/Documentation/networking/phonet.txt index 0e6e592f4f55..6a07e45d4a93 100644 --- a/Documentation/networking/phonet.txt +++ b/Documentation/networking/phonet.txt | |||
@@ -146,8 +146,8 @@ WARNING: | |||
146 | When polling a connected pipe socket for writability, there is an | 146 | When polling a connected pipe socket for writability, there is an |
147 | intrinsic race condition whereby writability might be lost between the | 147 | intrinsic race condition whereby writability might be lost between the |
148 | polling and the writing system calls. In this case, the socket will | 148 | polling and the writing system calls. In this case, the socket will |
149 | block until write because possible again, unless non-blocking mode | 149 | block until write becomes possible again, unless non-blocking mode |
150 | becomes enabled. | 150 | is enabled. |
151 | 151 | ||
152 | 152 | ||
153 | The pipe protocol provides two socket options at the SOL_PNPIPE level: | 153 | The pipe protocol provides two socket options at the SOL_PNPIPE level: |