shithub: front

Download patch

ref: 9c0f4aa0e5b57c5903dd6555799547d3be6d58bc
parent: f00a88b5099461b88783960c4f8d1b1f79fe5718
author: Jacob Moody <moody@posixcafe.org>
date: Thu Aug 1 10:33:32 EDT 2024

9p(2): typos

The changes from british to american spelling here follows
what spell(1) thinks, and seems to be more common based on
other manual pages.

--- a/sys/man/2/9p
+++ b/sys/man/2/9p
@@ -416,7 +416,7 @@
 .PP
 .I Srvrelease
 temporarily releases the calling process from the server
-loop and if neccesary spawns a new process to handle 9p 
+loop and if necessary spawns a new process to handle 9p 
 requests. When released, the process can do blocking work
 that would otherwise halt processing of 9p requests.
 .I Srvacquire
@@ -746,10 +746,10 @@
 .I Flush
 should cause the request
 .IB r -> oldreq
-to be cancelled or hurried along.
+to be canceled or hurried along.
 If
 .I oldreq
-is cancelled, this should be signalled by calling
+is canceled, this should be signaled by calling
 .I respond
 on
 .I oldreq
@@ -849,7 +849,7 @@
 authenticated or will return -1 and
 call
 .I respond
-with an apropiate error.
+with an appropriate error.
 .I Authread
 and
 .I authwrite
--