svn commit: r265334 - head/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Sun May 4 17:53:02 UTC 2014


Author: gjb
Date: Sun May  4 17:53:01 2014
New Revision: 265334
URL: http://svnweb.freebsd.org/changeset/base/265334

Log:
  Fix typo: s/null/full
  
  Spotted by:	jilles
  Sponsored by:	The FreeBSD Foundation

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

Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Sun May  4 16:55:51 2014	(r265333)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Sun May  4 17:53:01 2014	(r265334)
@@ -107,7 +107,7 @@
     <para revision="265132">The &man.full.4; device has been added,
       and the <literal>lindev(4)</literal> device has been removed.
       Prior to this change, <literal>lindev(4)</literal> provided only
-      the <filename>/dev/null</filename> character device, returning
+      the <filename>/dev/full</filename> character device, returning
       <literal>ENOSPC</literal> on write attempts.  As this device is
       not specific to &linux;, a native &os; version has been
       added.</para>


More information about the svn-src-all mailing list