| Submitter | Randy Macleod |
|---|---|
| Date | Oct. 10, 2008, 6:24 p.m. |
| Message ID | <48EF9DE7.9040209@nortel.com> |
| Download | mbox | patch |
| Permalink | /patch/3846/ |
| State | Rejected |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: "Randy Macleod" <macleodr@nortel.com> Date: Fri, 10 Oct 2008 14:24:39 -0400 > Minor documentation fix. > Is this patch formatted as desired (first patch!)? > I'm using Thunderbird. It corrupted the patch, chopping up long lines and such. There are directions in linux/Documentation/email-clients.txt on how to fix this. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/Documentation/networking/phonet.txt b/Documentation/networking/phonet.txt index 0e6e592..6a07e45 100644 --- a/Documentation/networking/phonet.txt +++ b/Documentation/networking/phonet.txt @@ -146,8 +146,8 @@ WARNING: When polling a connected pipe socket for writability, there is an intrinsic race condition whereby writability might be lost between the polling and the writing system calls. In this case, the socket will -block until write because possible again, unless non-blocking mode -becomes enabled. +block until write becomes possible again, unless non-blocking mode +is enabled. The pipe protocol provides two socket options at the SOL_PNPIPE level:
Minor documentation fix. Is this patch formatted as desired (first patch!)? I'm using Thunderbird. // Randy Signed-off-by: Randy MacLeod <macleodr@nortel.com> git diff Documentation/networking/phonet.txt -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html