diff options
author | eadler <eadler@FreeBSD.org> | 2011-12-22 03:36:54 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-12-22 03:36:54 +0000 |
commit | 50c4635b8833c92d53fa6b3230319494a4468d8a (patch) | |
tree | 45451833bfd18bda1ab6876fb7100e8e64641a75 /usr.sbin/pw | |
parent | 5960c1927463d1760f937b6996217602e7b820dd (diff) | |
download | FreeBSD-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')
-rw-r--r-- | usr.sbin/pw/pw.8 | 13 |
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 |