summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-02-14 22:55:23 +0000
committersteve <steve@FreeBSD.org>1998-02-14 22:55:23 +0000
commitb0853d61f8d400384360f215e6976fa33cf950c8 (patch)
treefb9364ef95a246ab9335e814651d2e202780893f /usr.sbin
parent89c105433358c5159dffea06ad6c60f8ee015d03 (diff)
downloadFreeBSD-src-b0853d61f8d400384360f215e6976fa33cf950c8.zip
FreeBSD-src-b0853d61f8d400384360f215e6976fa33cf950c8.tar.gz
Clarify the -batch arguments.
PR: 5677 Submitted by: Adrian Filipi-Martin <adrian@virginia.edu>
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/adduser/adduser.86
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/adduser/adduser.8 b/usr.sbin/adduser/adduser.8
index 344c2d4..d120a4c 100644
--- a/usr.sbin/adduser/adduser.8
+++ b/usr.sbin/adduser/adduser.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: adduser.8,v 1.22 1997/09/01 06:14:16 charnier Exp $
+.\" $Id: adduser.8,v 1.23 1998/02/02 15:46:44 wosch Exp $
.\"
.Dd January 9, 1995
.Dt ADDUSER 8
@@ -139,6 +139,10 @@ Parse command line options.
.Bl -tag -width Ds
.It Sy -batch username [group[,group]...] [class] [fullname] [password]
Batch mode.
+The listed groups are secondary groups that the new user should be a
+member of in addition to the default login group. Null string arguments
+may be used as place holders, and result in the default value for the
+nulled field being used.
.It Sy -check_only
Check /etc/passwd, /etc/group, /etc/shells and exit.
.It Sy -class Ar login_class
OpenPOWER on IntegriCloud