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

Glen Barber gjb at FreeBSD.org
Mon Aug 25 16:25:07 UTC 2014


Author: gjb
Date: Mon Aug 25 16:25:06 2014
New Revision: 270580
URL: http://svnweb.freebsd.org/changeset/base/270580

Log:
  Document r268019, sed(1) '-u' flag.
  
  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 16:25:04 2014	(r270579)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Aug 25 16:25:06 2014	(r270580)
@@ -656,6 +656,10 @@
 	  individual threads, rather than the entire process.</para>
       </note>
 
+      <para revision="268019">The &man.sed.1; utility has been
+	updated to include a new flag, <literal>-u</literal>, which
+	enables unbuffered output when specified.</para>
+
       <sect3 xml:id="rc-scripts">
 	<title><filename>/etc/rc.d</filename> Scripts</title>
 


More information about the svn-src-all mailing list