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
This commit is contained in:
parent
00de0ec339
commit
4f1d74f1bc
@ -30,7 +30,9 @@
|
|||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm adduser.conf
|
.Nm adduser.conf
|
||||||
.Nd configuration file for the adduser utility
|
.Nd configuration file for the
|
||||||
|
.Xr adduser 8
|
||||||
|
utility
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Pa /etc/adduser.conf
|
.Pa /etc/adduser.conf
|
||||||
@ -88,19 +90,15 @@ setting.
|
|||||||
.Pp
|
.Pp
|
||||||
The following configuration options can be set in
|
The following configuration options can be set in
|
||||||
.Nm :
|
.Nm :
|
||||||
.Pp
|
.Bl -tag -width "defaultgroups" -offset indent
|
||||||
.Bl -tag -width "defaultgroups" -offset indent -compact
|
|
||||||
.It defaultLgroup
|
.It defaultLgroup
|
||||||
The default group new users will be added to.
|
The default group new users will be added to.
|
||||||
.Pp
|
|
||||||
.It defaultclass
|
.It defaultclass
|
||||||
The default class to place users in as described in
|
The default class to place users in as described in
|
||||||
.Xr login.conf 5 .
|
.Xr login.conf 5 .
|
||||||
.Pp
|
|
||||||
.It defaultgroups
|
.It defaultgroups
|
||||||
This option is used to specify what other groups the new account
|
This option is used to specify what other groups the new account
|
||||||
should be added to.
|
should be added to.
|
||||||
.Pp
|
|
||||||
.It passwdtype
|
.It passwdtype
|
||||||
May be one of
|
May be one of
|
||||||
.Cm no , Cm none , Cm random ,
|
.Cm no , Cm none , Cm random ,
|
||||||
@ -111,30 +109,24 @@ as described in
|
|||||||
As such, the text is not duplicated here and may be
|
As such, the text is not duplicated here and may be
|
||||||
read in
|
read in
|
||||||
.Xr adduser 8 .
|
.Xr adduser 8 .
|
||||||
.Pp
|
|
||||||
.It homeprefix
|
.It homeprefix
|
||||||
The default home directory prefix, usually
|
The default home directory prefix, usually
|
||||||
.Pa /home .
|
.Pa /home .
|
||||||
.Pp
|
|
||||||
.It defaultshell
|
.It defaultshell
|
||||||
The users default shell which may be any of the shells listed in
|
The users default shell which may be any of the shells listed in
|
||||||
.Pa /etc/shells .
|
.Pa /etc/shells .
|
||||||
.Pp
|
|
||||||
.It udotdir
|
.It udotdir
|
||||||
Defines the location of the default shell and environment
|
Defines the location of the default shell and environment
|
||||||
configuration files.
|
configuration files.
|
||||||
.Pp
|
|
||||||
.It msgfile
|
.It msgfile
|
||||||
Location of the default new user message file.
|
Location of the default new user message file.
|
||||||
This message will be sent to all new users if specified
|
This message will be sent to all new users if specified
|
||||||
here or at the
|
here or at the
|
||||||
.Xr adduser 8
|
.Xr adduser 8
|
||||||
prompt.
|
prompt.
|
||||||
.Pp
|
|
||||||
.It disableflag
|
.It disableflag
|
||||||
The default message enclosed in brackets for the
|
The default message enclosed in brackets for the
|
||||||
lock account prompt.
|
lock account prompt.
|
||||||
.Pp
|
|
||||||
.It upwexpire
|
.It upwexpire
|
||||||
The default password expiration time.
|
The default password expiration time.
|
||||||
Format of the date is either a
|
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
|
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
|
number of Minutes, Hours, Days, Weeks, Months or Years from the current date at
|
||||||
which the expiration time is to be set.
|
which the expiration time is to be set.
|
||||||
.Pp
|
|
||||||
.It uexpire
|
.It uexpire
|
||||||
The default account expire time.
|
The default account expire time.
|
||||||
The format is similar to the upwexpire option.
|
The format is similar to the upwexpire option.
|
||||||
.Pp
|
|
||||||
.It ugecos
|
.It ugecos
|
||||||
The default information to be held in the gecos field of
|
The default information to be held in the gecos field of
|
||||||
.Pa /etc/master.passwd .
|
.Pa /etc/master.passwd .
|
||||||
.Pp
|
|
||||||
.It uuid
|
.It uuid
|
||||||
The default user ID setting.
|
The default user ID setting.
|
||||||
This must be a number above 1000 and fewer than 65534.
|
This must be a number above 1000 and fewer than 65534.
|
||||||
@ -203,4 +192,4 @@ manual page first appeared in
|
|||||||
.Fx 4.10 .
|
.Fx 4.10 .
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
This manual page was written by
|
This manual page was written by
|
||||||
.An Tom Rhodes Aq trhodes@FreeBSD.org
|
.An Tom Rhodes Aq trhodes@FreeBSD.org .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user