summaryrefslogtreecommitdiffstats
path: root/adduser/adduser.8
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-03-01 14:09:25 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-03-01 14:09:25 +0000
commit90cf2a31881fdb1d7da1a913395c929ac49042c5 (patch)
tree6efda09cc06a613cb6b759ee260db7156b55303d /adduser/adduser.8
parentda87ee1ae0616b15fe67ba63856af79803005d9d (diff)
downloadpw-darwin-90cf2a31881fdb1d7da1a913395c929ac49042c5.tar.gz
pw-darwin-90cf2a31881fdb1d7da1a913395c929ac49042c5.tar.zst
pw-darwin-90cf2a31881fdb1d7da1a913395c929ac49042c5.zip
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 'adduser/adduser.8')
-rw-r--r--adduser/adduser.818
1 files changed, 12 insertions, 6 deletions
diff --git a/adduser/adduser.8 b/adduser/adduser.8
index 12287f5..107325d 100644
--- a/adduser/adduser.8
+++ b/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.