aboutsummaryrefslogtreecommitdiff
path: root/man/man3
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2007-04-06 13:47:57 +0000
committerrsc <devnull@localhost>2007-04-06 13:47:57 +0000
commitc56d0f108666317f21207a092ac8c432350841ce (patch)
tree30fbac0a59b349a171005ff16f66c2e869c24d69 /man/man3
parentada7ea055b221d489ebfbf2b2900b4e39f3fd043 (diff)
downloadplan9port-c56d0f108666317f21207a092ac8c432350841ce.tar.gz
plan9port-c56d0f108666317f21207a092ac8c432350841ce.tar.bz2
plan9port-c56d0f108666317f21207a092ac8c432350841ce.zip
remove mention of threading
Diffstat (limited to 'man/man3')
-rw-r--r--man/man3/9p.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man3/9p.3 b/man/man3/9p.3
index 56f0cef3..12a7ef04 100644
--- a/man/man3/9p.3
+++ b/man/man3/9p.3
@@ -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