diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-23 23:08:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-23 23:08:48 +0000 |
commit | 4611deddfe84c32a29dc209ac73fe6d285ecb766 (patch) | |
tree | 475980cae589e4cabc0b4cec98416476d7cd7e14 /usr.sbin/adduser | |
parent | 4e76df5b9bcb457022337d952d20ff0e485612e1 (diff) |
`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))
discussed with todd@
Diffstat (limited to 'usr.sbin/adduser')
-rw-r--r-- | usr.sbin/adduser/adduser.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/adduser/adduser.8 b/usr.sbin/adduser/adduser.8 index 66dd536cf46..e1a9d7e8501 100644 --- a/usr.sbin/adduser/adduser.8 +++ b/usr.sbin/adduser/adduser.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: adduser.8,v 1.34 2003/09/02 18:56:35 jmc Exp $ +.\" $OpenBSD: adduser.8,v 1.35 2004/01/23 23:08:47 jmc Exp $ .\" .\" Copyright (c) 1995-1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. .\" All rights reserved. @@ -112,7 +112,7 @@ their owner. .\" don't allow group or world to write files and allow only owner .\" to read/execute/write .rhost, .Xauthority, .kermrc, .netrc, Mail, .\" prv, iscreen, term. -.It Fl encryption Ns No , Fl e Ar method +.It Fl encryption , e Ar method Encrypt local passwords using .Ar method of encryption as described in @@ -145,8 +145,8 @@ Do not read the default configuration file. .It Fl shell Ar shell Specify the default shell for new users. .It Xo -.Fl silent Ns No , Fl s Ns No , -.Fl quiet Ns No , Fl q +.Fl silent , s , +.Fl quiet , q .Xc Causes the program to print fewer warnings, questions, and bug reports. .It Fl uid_start Ar uid @@ -163,7 +163,7 @@ unencrypted. The password will be encrypted before it's added to the password file. Use of this option will leave username and cleartext password displayable for any user. -.It Fl verbose Ns No , Fl v +.It Fl verbose , v Causes the program to print many warnings and questions. This option is recommended for novice users. .El @@ -210,7 +210,7 @@ Removes the user from the password database and all groups in the group database. If a group becomes empty and its name is the same as the username, the group is removed (this complements -.Nm adduser Ns No 's +.Nm adduser Ns 's unique per-user groups). .It Recursively deletes all files in the user's home directory and removes the |