tremove mention of threading - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit c56d0f108666317f21207a092ac8c432350841ce
(DIR) parent ada7ea055b221d489ebfbf2b2900b4e39f3fd043
(HTM) Author: rsc <devnull@localhost>
Date: Fri, 6 Apr 2007 13:47:57 +0000
remove mention of threading
Diffstat:
M man/man3/9p.3 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/man/man3/9p.3 b/man/man3/9p.3
t@@ -613,15 +613,15 @@ should take care to enforce permissions
where appropriate.
.TP
.I Flush
-Single-threaded servers, which always call
+Servers that always call
.I respond
-before returning from the service functions,
+before returning from the service functions
need not provide a
.I flush
implementation:
.I flush
-is only necessary in multithreaded programs,
-which arrange for
+is only necessary in programs which
+arrange for
.I respond
to be called asynchronously.
.I Flush