Author: eadler (ports committer)
Date: Thu Dec 22 03:36:54 2011
New Revision: 228795
URL: http://svn.freebsd.org/changeset/base/228795

Log:
  - document the -l option to usermod
  
  PR:           docs/161588
  Submitted by: "Luchesar V. ILIEV" <luchesar.il...@gmail.com>
  Approved by:  gjb
  MFC after:    1 week

Modified:
  head/usr.sbin/pw/pw.8

Modified: head/usr.sbin/pw/pw.8
==============================================================================
--- head/usr.sbin/pw/pw.8       Wed Dec 21 22:49:16 2011        (r228794)
+++ head/usr.sbin/pw/pw.8       Thu Dec 22 03:36:54 2011        (r228795)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to