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

Glen Barber gjb at FreeBSD.org
Mon Jan 5 20:33:59 UTC 2015


Author: gjb
Date: Mon Jan  5 20:33:57 2015
New Revision: 276719
URL: https://svnweb.freebsd.org/changeset/base/276719

Log:
  Document r275040, dpv(1), dpv(3), figpar(3).
  
  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 Jan  5 20:33:53 2015	(r276718)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Jan  5 20:33:57 2015	(r276719)
@@ -182,7 +182,13 @@
     <sect2 xml:id="userland">
       <title>Userland Changes</title>
 
-      <para> </para>
+      <para revision="275040">A new file configuration library,
+	&man.figpar.3;, has been added to the base system.</para>
+
+      <para revision="275040">A new utility, &man.dpv.1;, has been
+	added to the base system, providing a &man.dialog.1;-style
+	progress view from one or more input streams.  A corresponding
+	library, &man.dpv.3;, has also been added.</para>
 
       <sect3 xml:id="rc-scripts">
 	<title><filename>/etc/rc.d</filename> Scripts</title>


More information about the svn-src-all mailing list