svn commit: r270568 - stable/10/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Mon Aug 25 14:13:27 UTC 2014


Author: gjb
Date: Mon Aug 25 14:13:26 2014
New Revision: 270568
URL: http://svnweb.freebsd.org/changeset/base/270568

Log:
  Document r267747, patch(1) --dry-run alias.
  
  Sponsored by:	The FreeBSD Foundation

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

Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Aug 25 14:13:24 2014	(r270567)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Aug 25 14:13:26 2014	(r270568)
@@ -624,6 +624,11 @@
 	with a stub shell script that instructs to use the Bugzilla
 	web interface.</para>
 
+      <para revision="267747">The &man.patch.1; utility has been
+	updated to include a <literal>--dry-run</literal> flag, which
+	is equivalent to <literal>--check</literal> and
+	<literal>-C</literal>.</para>
+
       <sect3 xml:id="rc-scripts">
 	<title><filename>/etc/rc.d</filename> Scripts</title>
 


More information about the svn-src-all mailing list