diff options
author | Alex Musolino <alex@musolino.id.au> | 2020-10-23 17:51:03 +1030 |
---|---|---|
committer | Alex Musolino <alex@musolino.id.au> | 2020-10-23 17:51:03 +1030 |
commit | ebd23e51ebc739f1c075d791ea9b25f81dbb76bc (patch) | |
tree | ab3a7702d4f9faabf3fe5f472511232eb8790d5d /sys/man | |
parent | 55945f6f24cb05470e427e4c48ab12612971f97d (diff) |
newuser(8): fix reference to incorrect file server console command
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/newuser | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/man/8/newuser b/sys/man/8/newuser index 2e2b66c35..405ff2d3a 100644 --- a/sys/man/8/newuser +++ b/sys/man/8/newuser @@ -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). |