git: 9front

Download patch

ref: 31a699c6bb831306c303a5b48480848cbaafe9d5
parent: 5286c783f9f10dc647d5190ed8f0ffd502468569
author: stanley lieber <stanley.lieber@gmail.com>
date: Wed Jul 2 15:01:20 EDT 2014

9pqueue(2): english

--- a/sys/man/2/9pqueue
+++ b/sys/man/2/9pqueue
@@ -3,7 +3,7 @@
 Reqqueue,
 reqqueuecreate,
 reqqueuepush,
-reqqueueflush \- defered processing of 9P requests
+reqqueueflush \- deferred processing of 9P requests
 .SH SYNOPSIS
 .ft L
 .nf
@@ -32,7 +32,7 @@
 .fi
 .SH DESCRIPTION
 .I Reqqueue
-provides routines for defered processing of 9p request in
+provides routines for deferred processing of 9p request in
 multithreaded 9p servers.
 .PP
 The
@@ -49,10 +49,10 @@
 and its handler function
 .IR f .
 .PP
-A previously submited request can be flushed from a queue
+A previously submitted request can be flushed from a queue
 by
 .I reqqueueflush
-which will reply the request immidiately when processing has
+which will remove the request immediately if processing has
 not started. If processing has been started, the process
 will be interrupted.
 .SH SOURCE
--