remove mention of threading
diff --git a/man/man3/9p.3 b/man/man3/9p.3
index 56f0cef..12a7ef0 100644
--- a/man/man3/9p.3
+++ b/man/man3/9p.3
@@ -613,15 +613,15 @@
 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