diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-07-03 01:11:05 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-07-03 01:11:05 +0200 |
commit | 013054ef6f2b56348de3c33121ce43683b202ab2 (patch) | |
tree | 3820824b99b64e80e27a9c90f169216f70ecf3ec | |
parent | 5814e66560500af8b458ffbbb6e1a91c9730baa4 (diff) | |
parent | 2dc3180f983135246d8f3902afd217ad098f2acc (diff) | |
download | plan9front-013054ef6f2b56348de3c33121ce43683b202ab2.tar.xz |
merge
-rw-r--r-- | sys/man/2/9p | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/man/2/9p b/sys/man/2/9p index 2fbd944e6..6f1979a69 100644 --- a/sys/man/2/9p +++ b/sys/man/2/9p @@ -360,7 +360,8 @@ and 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 @@ or is maintained elsewhere. .SH SEE ALSO .IR 9pfid (2), .IR 9pfile (2), +.IR 9pqueue (2), .IR srv (3), .IR shr (3), .IR intro (5) |