]> git.lizzy.rs Git - plan9front.git/commitdiff
newuser(8): fix reference to incorrect file server console command
authorAlex Musolino <alex@musolino.id.au>
Fri, 23 Oct 2020 07:21:03 +0000 (17:51 +1030)
committerAlex Musolino <alex@musolino.id.au>
Fri, 23 Oct 2020 07:21:03 +0000 (17:51 +1030)
sys/man/8/newuser

index 2e2b66c35fa6c3cd871f722f9a5d870a7d5e0386..405ff2d3ab7beb261a372fe14f63f4f0e200e11b 100644 (file)
@@ -7,10 +7,10 @@ newuser \- adding a new user
 To establish a new user on Plan 9, add the user to
 .B /adm/users
 by running the
-.I uname
+.I newuser
 command on the console of the file server
 (see
-.IR users (6)).
+.IR fs (8)).
 Next, give the user a password using
 .I auth/changeuser
 on the console of the authentication server (see
@@ -110,5 +110,5 @@ that reflect the properties of the local environment.
 .IR passwd (1),
 .IR rio (1),
 .IR namespace (4),
-.IR users (6),
+.IR fs (8),
 .IR auth (8).