git: 9front

Download patch

ref: 9975c75f0b730660fd1f1fe5ddd3416071dbf59e
parent: 922957106a883cb92aa0fbfa53f2a82fee35e396
author: Ori Bernstein <ori@eigenstate.org>
date: Thu Mar 30 00:31:53 EDT 2023

srv(3): improve the example (thanks mcf)

--- a/sys/man/3/srv
+++ b/sys/man/3/srv
@@ -109,7 +109,7 @@
 .EX
 <[3]/srv/clone{
 	id=`{<[0=3]read}
-	<[3=0]@{ #hide clone fd
+	<[3=]@{ # close the clone fd
 		rfork n
 		bind -c /srv/$id /srv
 		auth/factotum -s factotum
--