From owner-freebsd-doc@FreeBSD.ORG Thu Jul 11 12:50:03 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9CB5E45F for ; Thu, 11 Jul 2013 12:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8F8FD1B1A for ; Thu, 11 Jul 2013 12:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6BCo31s079464 for ; Thu, 11 Jul 2013 12:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6BCo3iC079463; Thu, 11 Jul 2013 12:50:03 GMT (envelope-from gnats) Date: Thu, 11 Jul 2013 12:50:03 GMT Message-Id: <201307111250.r6BCo3iC079463@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: docs/167741: commit references a PR X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jul 2013 12:50:03 -0000 The following reply was made to PR docs/167741; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: docs/167741: commit references a PR Date: Thu, 11 Jul 2013 12:49:25 +0000 (UTC) Author: des Date: Thu Jul 11 12:49:12 2013 New Revision: 253206 URL: http://svnweb.freebsd.org/changeset/base/253206 Log: MFH (r246552): mention newgrp(1) and how to change the group password. PR: docs/167741 Modified: stable/9/share/man/man5/group.5 Directory Properties: stable/9/share/man/man5/ (props changed) Modified: stable/9/share/man/man5/group.5 ============================================================================== --- stable/9/share/man/man5/group.5 Thu Jul 11 12:47:06 2013 (r253205) +++ stable/9/share/man/man5/group.5 Thu Jul 11 12:49:12 2013 (r253206) @@ -32,7 +32,7 @@ .\" From: @(#)group.5 8.3 (Berkeley) 4/19/94 .\" $FreeBSD$ .\" -.Dd September 29, 1994 +.Dd February 8, 2013 .Dt GROUP 5 .Os .Sh NAME @@ -139,6 +139,7 @@ may still have this limit. .It Pa /etc/group .El .Sh SEE ALSO +.Xr newgrp 1 , .Xr passwd 1 , .Xr setgroups 2 , .Xr crypt 3 , @@ -156,9 +157,14 @@ file format appeared in .At v6 . Support for comments first appeared in .Fx 3.0 . -.Sh BUGS +.Sh IMPLEMENTATION NOTES The .Xr passwd 1 command does not change the .Nm passwords. +The +.Xr pw 8 +utility's +.Cm groupmod +command should be used instead. _______________________________________________ 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-unsubscribe@freebsd.org"