summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw/pw.8
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2011-12-22 03:36:54 +0000
committereadler <eadler@FreeBSD.org>2011-12-22 03:36:54 +0000
commit50c4635b8833c92d53fa6b3230319494a4468d8a (patch)
tree45451833bfd18bda1ab6876fb7100e8e64641a75 /usr.sbin/pw/pw.8
parent5960c1927463d1760f937b6996217602e7b820dd (diff)
downloadFreeBSD-src-50c4635b8833c92d53fa6b3230319494a4468d8a.zip
FreeBSD-src-50c4635b8833c92d53fa6b3230319494a4468d8a.tar.gz
- document the -l option to usermod
PR: docs/161588 Submitted by: "Luchesar V. ILIEV" <luchesar.iliev@gmail.com> Approved by: gjb MFC after: 1 week
Diffstat (limited to 'usr.sbin/pw/pw.8')
-rw-r--r--usr.sbin/pw/pw.813
1 files changed, 12 insertions, 1 deletions
diff --git a/usr.sbin/pw/pw.8 b/usr.sbin/pw/pw.8
index 6e79d56..8b21107 100644
--- a/usr.sbin/pw/pw.8
+++ b/usr.sbin/pw/pw.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 30, 2007
+.Dd December 21, 2011
.Dt PW 8
.Os
.Sh NAME
@@ -714,6 +714,17 @@ are also removed if the user's uid is unique and not also used by another accoun
system.
.Pp
The
+.Ar usermod
+command adds one additional option:
+.Bl -tag -width "-G grouplist"
+.It Fl l Ar name
+This option allows changing of an existing account name to
+.Ql \&name .
+The new name must not already exist, and any attempt to duplicate an
+existing account name will be rejected.
+.El
+.Pp
+The
.Ar usershow
command allows viewing of an account in one of two formats.
By default, the format is identical to the format used in
OpenPOWER on IntegriCloud