git: 9front

Download patch

ref: 004545643632a10aa251d35e7c1f1be36b3aaf07
parent: 5286c783f9f10dc647d5190ed8f0ffd502468569
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Jul 2 20:57:40 EDT 2014

9p(2): add reference to 9pqueue(2)

--- a/sys/man/2/9p
+++ b/sys/man/2/9p
@@ -360,7 +360,8 @@
 is single-threaded.
 If it is expected that some requests might
 block, arranging for alternate processes
-to handle them is suggested.
+to handle them is suggested (see
+.IR 9pqueue (2)).
 .PP
 .I Srvrelease
 temporarily releases the calling process from the server
@@ -822,6 +823,7 @@
 .SH SEE ALSO
 .IR 9pfid (2),
 .IR 9pfile (2),
+.IR 9pqueue (2),
 .IR srv (3),
 .IR shr (3),
 .IR intro (5)
--