summaryrefslogtreecommitdiffstats
path: root/adduser
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2004-03-30 22:31:22 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2004-03-30 22:31:22 +0000
commit3c63f8c86967c9a7b50193774b082928d6bf5752 (patch)
tree3eecb9174f97f33fa249f19ce5e1e8cfa18dc931 /adduser
parent2b007ebe4aa764ebc338dc1226f3eddfa41ff526 (diff)
downloadpw-darwin-3c63f8c86967c9a7b50193774b082928d6bf5752.tar.gz
pw-darwin-3c63f8c86967c9a7b50193774b082928d6bf5752.tar.zst
pw-darwin-3c63f8c86967c9a7b50193774b082928d6bf5752.zip
Fix today's faux pas by:
Removing the -compact option passed to .Bl macro to avoid useless .Pp macros; Adding a missing period; Using .Xr with .Nd since makewhatis(1) has no support for cases where the Xref is absent. Informed by: ru
Diffstat (limited to 'adduser')
-rw-r--r--adduser/adduser.conf.521
1 files changed, 5 insertions, 16 deletions
diff --git a/adduser/adduser.conf.5 b/adduser/adduser.conf.5
index 83fbf8d..3f51ad5 100644
--- a/adduser/adduser.conf.5
+++ b/adduser/adduser.conf.5
@@ -30,7 +30,9 @@
.Os
.Sh NAME
.Nm adduser.conf
-.Nd configuration file for the adduser utility
+.Nd configuration file for the
+.Xr adduser 8
+utility
.Sh DESCRIPTION
The
.Pa /etc/adduser.conf
@@ -88,19 +90,15 @@ setting.
.Pp
The following configuration options can be set in
.Nm :
-.Pp
-.Bl -tag -width "defaultgroups" -offset indent -compact
+.Bl -tag -width "defaultgroups" -offset indent
.It defaultLgroup
The default group new users will be added to.
-.Pp
.It defaultclass
The default class to place users in as described in
.Xr login.conf 5 .
-.Pp
.It defaultgroups
This option is used to specify what other groups the new account
should be added to.
-.Pp
.It passwdtype
May be one of
.Cm no , Cm none , Cm random ,
@@ -111,30 +109,24 @@ as described in
As such, the text is not duplicated here and may be
read in
.Xr adduser 8 .
-.Pp
.It homeprefix
The default home directory prefix, usually
.Pa /home .
-.Pp
.It defaultshell
The users default shell which may be any of the shells listed in
.Pa /etc/shells .
-.Pp
.It udotdir
Defines the location of the default shell and environment
configuration files.
-.Pp
.It msgfile
Location of the default new user message file.
This message will be sent to all new users if specified
here or at the
.Xr adduser 8
prompt.
-.Pp
.It disableflag
The default message enclosed in brackets for the
lock account prompt.
-.Pp
.It upwexpire
The default password expiration time.
Format of the date is either a
@@ -154,15 +146,12 @@ where
is a decimal, octal (leading 0) or hexadecimal (leading 0x) digit followed by the
number of Minutes, Hours, Days, Weeks, Months or Years from the current date at
which the expiration time is to be set.
-.Pp
.It uexpire
The default account expire time.
The format is similar to the upwexpire option.
-.Pp
.It ugecos
The default information to be held in the gecos field of
.Pa /etc/master.passwd .
-.Pp
.It uuid
The default user ID setting.
This must be a number above 1000 and fewer than 65534.
@@ -203,4 +192,4 @@ manual page first appeared in
.Fx 4.10 .
.Sh AUTHORS
This manual page was written by
-.An Tom Rhodes Aq trhodes@FreeBSD.org
+.An Tom Rhodes Aq trhodes@FreeBSD.org .