Re: [PATCH 6/6] Phonet: pipe end-point protocol documentation

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Randy Macleod
Date: Tuesday, October 14, 2008 - 8:06 am

David Miller wrote:
Fixed the line wrapping and RTFM.
Sending a test message to myself worked.

Here's the simple documentation patch, it's against:
git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6

// Randy

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:



--
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/6] Phonet: transport protocol auto-loading, Remi Denis-Courmont, (Wed Oct 1, 3:13 am)
[PATCH 2/6] Phonet: connected sockets glue, Remi Denis-Courmont, (Wed Oct 1, 3:13 am)
[PATCH 3/6] Phonet: Pipe End Point for Phonet Pipes protocol, Remi Denis-Courmont, (Wed Oct 1, 3:13 am)
[PATCH 4/6] Phonet: receive pipe control requests as out-o ..., Remi Denis-Courmont, (Wed Oct 1, 3:13 am)
[PATCH 5/6] Phonet: implement GPRS virtual interface over ..., Remi Denis-Courmont, (Wed Oct 1, 3:13 am)
[PATCH 6/6] Phonet: pipe end-point protocol documentation, Remi Denis-Courmont, (Wed Oct 1, 3:13 am)
Re: [PATCH 1/6] Phonet: transport protocol auto-loading, Arnaldo Carvalho de Melo, (Wed Oct 1, 5:45 am)
Re: [PATCH 2/6] Phonet: connected sockets glue, Arnaldo Carvalho de Melo, (Wed Oct 1, 5:48 am)
Re: [PATCH 3/6] Phonet: Pipe End Point for Phonet Pipes pr ..., Arnaldo Carvalho de Melo, (Wed Oct 1, 6:18 am)
Re: [PATCH 5/6] Phonet: implement GPRS virtual interface o ..., Arnaldo Carvalho de Melo, (Wed Oct 1, 6:32 am)
Re: [PATCH 1/6] Phonet: transport protocol auto-loading, Marcel Holtmann, (Wed Oct 1, 8:01 am)
Re: [PATCH 3/6] Phonet: Pipe End Point for Phonet Pipes pr ..., Arnaldo Carvalho de Melo, (Thu Oct 2, 6:41 am)
Re: [PATCH 6/6] Phonet: pipe end-point protocol documentation, Randy Macleod, (Tue Oct 14, 8:06 am)