Date: Tue, 3 Jan 2012 03:38:51 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r229364 - stable/9/usr.sbin/pw Message-ID: <201201030338.q033cp00003376@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler (ports committer) Date: Tue Jan 3 03:38:50 2012 New Revision: 229364 URL: http://svn.freebsd.org/changeset/base/229364 Log: MFC r228795: - document the -l option to usermod Approved by: gjb Modified: stable/9/usr.sbin/pw/pw.8 Directory Properties: stable/9/usr.sbin/pw/ (props changed) Modified: stable/9/usr.sbin/pw/pw.8 ============================================================================== --- stable/9/usr.sbin/pw/pw.8 Tue Jan 3 03:29:01 2012 (r229363) +++ stable/9/usr.sbin/pw/pw.8 Tue Jan 3 03:38:50 2012 (r229364) @@ -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 un 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201030338.q033cp00003376>