diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-12-22 21:39:59 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-12-22 21:39:59 +0100 |
commit | 82bf19941ed8dc4626e8fb3c12b2f67d7d331093 (patch) | |
tree | 7e343feefd6ad2ee224fd7ae8c954d66eea7a014 /sys/man/8 | |
parent | 640adc8f8211d26f75c79b2c345040b9d490811f (diff) |
auth/as, auth/none, auth/newns: consistent handling of command arguments, cleanup
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/auth | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/man/8/auth b/sys/man/8/auth index 355a94d1b..6c41e4faf 100644 --- a/sys/man/8/auth +++ b/sys/man/8/auth @@ -50,6 +50,8 @@ changeuser, convkeys, printnetkey, status, enable, disable, authsrv, guard.srv, .PP .B auth/none [ +.B -d +] [ .B -n .I namespace ] @@ -58,8 +60,16 @@ changeuser, convkeys, printnetkey, status, enable, disable, authsrv, guard.srv, \&... .PP .B auth/as +[ +.B -d +] [ +.B -n +.I namespace +] .I user .I command +.I arg +\&... .SH DESCRIPTION These administrative commands run only on the authentication server. .IR Changeuser |