summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-02-01 16:44:04 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-02-01 16:44:04 +0000
commit40f28d291403a95705d180937916645cb1650adb (patch)
treeb8a9435a51d4dd5e070dd2decbbb2d4a581cb7fa
parentd349b624f411560119eb5f1d53cb56052c0e328e (diff)
downloadpw-darwin-40f28d291403a95705d180937916645cb1650adb.tar.gz
pw-darwin-40f28d291403a95705d180937916645cb1650adb.tar.zst
pw-darwin-40f28d291403a95705d180937916645cb1650adb.zip
mdoc(7) police: split punctuation characters + misc fixes.
-rw-r--r--adduser/adduser.826
-rw-r--r--pw/pw.812
2 files changed, 21 insertions, 17 deletions
diff --git a/adduser/adduser.8 b/adduser/adduser.8
index 254affe..4a1ebda 100644
--- a/adduser/adduser.8
+++ b/adduser/adduser.8
@@ -124,13 +124,13 @@ Parse command line options.
.El
.Sh OPTIONS
.Bl -tag -width Ds
-.It Sy -check_only
+.It Fl check_only
Check /etc/passwd, /etc/group, /etc/shells and exit.
-.It Sy -class Ar login_class
+.It Fl class Ar login_class
Set default login class.
-.It Sy -config_create
+.It Fl config_create
Create new configuration and message file and exit.
-.It Sy -dotdir Ar directory
+.It Fl dotdir Ar directory
Copy files from
.Ar directory
into the
@@ -154,15 +154,15 @@ to read/execute/write
.Pa prv ,
.Pa iscreen ,
.Pa term .
-.It Sy -group Ar login_group
+.It Fl group Ar login_group
Login group.
.Ar USER
means that the username is to be used as login group.
-.It Sy -help,-h,-?
+.It Fl help , h , \&?
Print a summary of options and exit.
-.It Sy -home Ar partition
+.It Fl home Ar partition
Default home partition where all users located.
-.It Sy -message Ar file
+.It Fl message Ar file
Send new users a welcome message from
.Ar file .
Specifying a value of
@@ -170,17 +170,17 @@ Specifying a value of
for
.Ar file
causes no message to be sent to new users.
-.It Sy -noconfig
+.It Fl noconfig
Do not read the default configuration file.
-.It Sy -shell Ar shell
+.It Fl shell Ar shell
Default shell for new users.
-.It Sy -silent,-s,-quiet,-q
+.It Fl silent , s , quiet , q
Few warnings, questions, bug reports.
-.It Sy -uid Ar uid
+.It Fl uid Ar uid
Use uid's from
.Ar uid
on up.
-.It Sy -verbose,-v
+.It Fl verbose , v
Many warnings, questions.
Recommended for novice users.
.El
diff --git a/pw/pw.8 b/pw/pw.8
index 440b8f5..c5743ee 100644
--- a/pw/pw.8
+++ b/pw/pw.8
@@ -67,8 +67,8 @@
.Op Fl g Ar group
.Op Fl G Ar grouplist
.Op Fl k Ar dir
-.Op Fl u Ar min,max
-.Op Fl i Ar min,max
+.Op Fl u Ar min , Ns Ar max
+.Op Fl i Ar min , Ns Ar max
.Op Fl w Ar method
.Op Fl s Ar shell
.Op Fl y Ar path
@@ -207,7 +207,8 @@ in any order.
(For example,
.Ar showuser ,
.Ar usershow ,
-.Ar show user , and
+.Ar show user ,
+and
.Ar user show
all mean the same thing.)
This flexibility is useful for interactive scripts calling
@@ -575,7 +576,10 @@ Set the default
directory, from which prototype shell and other initialization files are copied when
.Nm
creates a user's home directory.
-.It Fl u Ar min,max , Fl i Ar min,max
+.It Xo
+.Fl u Ar min , Ns Ar max ,
+.Fl i Ar min , Ns Ar max
+.Xc
These options set the minimum and maximum user and group ids allocated for new accounts
and groups created by
.Nm .