git: 9front

Download patch

ref: 8898fa268ceda07258bdad46c771d69ee22dc1dc
parent: 8187fe3f464652653608945d4c4bb3f65ea48fa8
author: Jacob Moody <moody@posixcafe.org>
date: Tue May 21 00:28:08 EDT 2024

webfs(4): typo around connection close (thanks halfwit)

--- a/sys/man/4/webfs
+++ b/sys/man/4/webfs
@@ -105,7 +105,8 @@
 file is equivalent to the file
 .IB n /ctl \fR.
 A connection is assumed closed once all files in its
-directory have been closed, and is then will be reallocated.
+directory have been closed, at which point its index
+may be reused.
 .PP
 Each connection has a URL attribute
 .B url
--