svn commit: r332705 - stable/11/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Wed Apr 18 14:43:24 UTC 2018


Author: gjb
Date: Wed Apr 18 14:43:11 2018
New Revision: 332705
URL: https://svnweb.freebsd.org/changeset/base/332705

Log:
  Document r322919, pw(8) 'usermod' update to handle empty secondary
  group lists (-G '').
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml	Wed Apr 18 14:43:10 2018	(r332704)
+++ stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml	Wed Apr 18 14:43:11 2018	(r332705)
@@ -186,6 +186,11 @@
 	been updated to include device model when the
 	<literal>-s</literal> flag is used.</para>
 
+      <para revision="322919">The &man.pw.8; utility has been updated
+	to properly handle empty secondary group lists as an argument
+	to the <literal>-G</literal> flag when using the
+	<literal>usermod</literal> subcommand.</para>
+
       <para revision="324270">The &man.ps.1; utility has been updated
 	to reflect realtime and idle priorities in state flags.</para>
 


More information about the svn-src-all mailing list