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

Glen Barber gjb at FreeBSD.org
Tue May 9 17:21:27 UTC 2017


Author: gjb
Date: Tue May  9 17:21:26 2017
New Revision: 318034
URL: https://svnweb.freebsd.org/changeset/base/318034

Log:
  Document r317855, daemon(8) logging stdout/stderr to file or syslog(3).
  
  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	Tue May  9 17:21:25 2017	(r318033)
+++ stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml	Tue May  9 17:21:26 2017	(r318034)
@@ -165,7 +165,9 @@
     <sect2 xml:id="userland-programs">
       <title>Userland Application Changes</title>
 
-      <para> </para>
+      <para revision="317855">The &man.daemon.8; utility has been
+	updated to allow redirecting &man.stdout.4; and &man.stderr.4;
+	output to &man.syslog.3; and to a file.</para>
     </sect2>
 
     <sect2 xml:id="userland-contrib">


More information about the svn-src-all mailing list