summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--adduser/adduser.82
-rw-r--r--adduser/rmuser.82
-rw-r--r--pw/pw.830
3 files changed, 17 insertions, 17 deletions
diff --git a/adduser/adduser.8 b/adduser/adduser.8
index 461ac17..c1c3f4f 100644
--- a/adduser/adduser.8
+++ b/adduser/adduser.8
@@ -31,7 +31,7 @@
.Nm adduser
.Nd command for adding new users
.Sh SYNOPSIS
-.Nm adduser
+.Nm
.Bk -words
.Op Fl check_only
.Op Fl class Ar login_class
diff --git a/adduser/rmuser.8 b/adduser/rmuser.8
index d3b7648..3743fa4 100644
--- a/adduser/rmuser.8
+++ b/adduser/rmuser.8
@@ -33,7 +33,7 @@
.Nm rmuser
.Nd removes users from the system
.Sh SYNOPSIS
-.Nm rmuser
+.Nm
.Op Fl y
.Op Ar username
.Sh DESCRIPTION
diff --git a/pw/pw.8 b/pw/pw.8
index 76ebf53..440b8f5 100644
--- a/pw/pw.8
+++ b/pw/pw.8
@@ -31,7 +31,7 @@
.Nm pw
.Nd create, remove, modify & display system users and groups
.Sh SYNOPSIS
-.Nm pw
+.Nm
.Op Fl V Ar etcdir
.Ar useradd
.Op name|uid
@@ -54,7 +54,7 @@
.Op Fl N
.Op Fl P
.Op Fl Y
-.Nm pw
+.Nm
.Op Fl V Ar etcdir
.Ar useradd
.Op name|uid
@@ -72,7 +72,7 @@
.Op Fl w Ar method
.Op Fl s Ar shell
.Op Fl y Ar path
-.Nm pw
+.Nm
.Op Fl V Ar etcdir
.Ar userdel
.Op name|uid
@@ -80,7 +80,7 @@
.Op Fl u Ar uid
.Op Fl r
.Op Fl Y
-.Nm pw
+.Nm
.Op Fl V Ar etcdir
.Ar usermod
.Op name|uid
@@ -104,7 +104,7 @@
.Op Fl N
.Op Fl P
.Op Fl Y
-.Nm pw
+.Nm
.Op Fl V Ar etcdir
.Ar usershow
.Op name|uid
@@ -113,12 +113,12 @@
.Op Fl F
.Op Fl P
.Op Fl a
-.Nm pw
+.Nm
.Op Fl V Ar etcdir
.Ar usernext
.Op Fl C Ar config
.Op Fl q
-.Nm pw
+.Nm
.Op Fl V Ar etcdir
.Ar groupadd
.Op group|gid
@@ -132,14 +132,14 @@
.Op Fl N
.Op Fl P
.Op Fl Y
-.Nm pw
+.Nm
.Op Fl V Ar etcdir
.Ar groupdel
.Op group|gid
.Op Fl n Ar name
.Op Fl g Ar gid
.Op Fl Y
-.Nm pw
+.Nm
.Op Fl V Ar etcdir
.Ar groupmod
.Op group|gid
@@ -155,7 +155,7 @@
.Op Fl N
.Op Fl P
.Op Fl Y
-.Nm pw
+.Nm
.Op Fl V Ar etcdir
.Ar groupshow
.Op group|gid
@@ -164,7 +164,7 @@
.Op Fl F
.Op Fl P
.Op Fl a
-.Nm pw
+.Nm
.Op Fl V Ar etcdir
.Ar groupnext
.Op Fl C Ar config
@@ -458,7 +458,7 @@ for details.
.It Fl h Ar fd
This option provides a special interface by which interactive scripts can
set an account password using
-.Nm pw .
+.Nm .
Because the command line and environment are fundamentally insecure mechanisms
by which programs can accept information,
.Nm
@@ -482,7 +482,7 @@ for use by a script rather than for interactive use.
If you wish to have new password confirmation along the lines of
.Xr passwd 1 ,
this must be implemented as part of an interactive script that calls
-.Nm pw .
+.Nm .
.Pp
If a value of
.Ql \&-
@@ -578,7 +578,7 @@ creates a user's home directory.
.It Fl u Ar min,max , Fl i Ar min,max
These options set the minimum and maximum user and group ids allocated for new accounts
and groups created by
-.Nm pw .
+.Nm .
The default values for each is 1000 minimum and 32000 maximum.
.Ar min
and
@@ -683,7 +683,7 @@ The command
returns the next available user and group ids separated by a colon.
This is normally of interest only to interactive scripts or front-ends
that use
-.Nm pw .
+.Nm .
.Pp
.Sh GROUP OPTIONS
The