diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-03-01 14:09:25 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-03-01 14:09:25 +0000 |
commit | b2240fc1c08ba82628285458b057b5f795a68a43 (patch) | |
tree | 5acb2bdc9bc2d2c26e220a424cc6f0b29df60dec /usr.sbin/adduser | |
parent | 3197c29bd1de99eb5100db75bfb4d651f6878fa7 (diff) | |
download | FreeBSD-src-b2240fc1c08ba82628285458b057b5f795a68a43.zip FreeBSD-src-b2240fc1c08ba82628285458b057b5f795a68a43.tar.gz |
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Diffstat (limited to 'usr.sbin/adduser')
-rw-r--r-- | usr.sbin/adduser/adduser.8 | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/usr.sbin/adduser/adduser.8 b/usr.sbin/adduser/adduser.8 index 12287f5..107325d 100644 --- a/usr.sbin/adduser/adduser.8 +++ b/usr.sbin/adduser/adduser.8 @@ -59,14 +59,17 @@ .Op Fl v | verbose .Sh DESCRIPTION .Nm Adduser -is a simple program for adding new users. Adduser checks -the passwd, group and shell databases. It creates passwd/group entries, +is a simple program for adding new users. +Adduser checks +the passwd, group and shell databases. +It creates passwd/group entries, .Ev HOME directory, dotfiles and sends the new user a welcome message. .Sh RESTRICTIONS .Bl -tag -width Ds -compact .It Sy username -Login name. May contain only lowercase characters or digits. Maximum length +Login name. May contain only lowercase characters or digits. +Maximum length is 16 characters (see .Xr setlogin 2 BUGS section). @@ -81,7 +84,8 @@ in and recompile the world; people have done this and it works, but you will have problems with any precompiled programs, or source that assumes the 8-character -name limit and NIS. The NIS protocol mandates an 8-character username. +name limit and NIS. +The NIS protocol mandates an 8-character username. If you need a longer login name for e-mail addresses, you can define an alias in .Pa /etc/aliases . @@ -186,7 +190,8 @@ Use uid's from .Ar uid on up. .It Sy -verbose,-v -Many warnings, questions. Recommended for novice users. +Many warnings, questions. +Recommended for novice users. .Sh FORMATS .Bl -tag -width Ds -compact .Ql Pa # @@ -198,7 +203,8 @@ See .Pa /etc/adduser.conf for more details. .It Sy message file -Eval variables in this file. See +Eval variables in this file. +See .Pa /etc/adduser.message for more details. |