Date: Thu, 14 Jan 2010 11:03:26 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r202282 - head/usr.bin/chpass Message-ID: <201001141103.o0EB3QYS012342@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ed Date: Thu Jan 14 11:03:26 2010 New Revision: 202282 URL: http://svn.freebsd.org/changeset/base/202282 Log: The group field is called `gid', not `group'. Modified: head/usr.bin/chpass/chpass.1 Modified: head/usr.bin/chpass/chpass.1 ============================================================================== --- head/usr.bin/chpass/chpass.1 Thu Jan 14 10:56:54 2010 (r202281) +++ head/usr.bin/chpass/chpass.1 Thu Jan 14 11:03:26 2010 (r202282) @@ -168,7 +168,7 @@ that manipulate these files will often r entries, and that one by random selection. .Pp The -.Ar group +.Ar gid field is the group that the user will be placed in at login. Since .Bx
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001141103.o0EB3QYS012342>