git: 9front

Download patch

ref: 850d68c5ec15d1403ada170462ae53a0a647aeb6
parent: c268a376186ac57602cd8e81db05f10a85d3d092
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Jul 12 19:47:06 EDT 2021

fs(4): describe the noauth toggle better (thanks izaki)

--- a/sys/man/4/fs
+++ b/sys/man/4/fs
@@ -12,13 +12,15 @@
 The name of the main file server at Murray Hill was
 .BR emelie .
 .PP
-The file server normally requires all users except
+The file server does not require authentication on
+.IR attach (5)
+by default. To require all users except
 .L none
 to provide authentication tickets on each
-.IR attach (5).
-This can be disabled using the
+.IR attach (5),
+use the
 .B noauth
-configuration command (see
+toggle switch command (see
 .IR fsconfig (8)).
 .PP
 The group numbered 9999, normally called
--