Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 May 2014 01:32:59 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r265305 - head/release/doc/en_US.ISO8859-1/relnotes
Message-ID:  <201405040132.s441Wxgt090704@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Sun May  4 01:32:59 2014
New Revision: 265305
URL: http://svnweb.freebsd.org/changeset/base/265305

Log:
  Wrap lindev(4) references in <literal> tags.
  
  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 01:32:57 2014	(r265304)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Sun May  4 01:32:59 2014	(r265305)
@@ -105,9 +105,9 @@
     <title>Kernel Changes</title>
 
     <para revision="265132">The &man.full.4; device has been added,
-      and the lindev(4) device has been removed.  Prior to this
-      change, lindev(4) provided only the
-      <filename>/dev/null</filename> character device, returning
+      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
       <literal>ENOSPC</literal> on write attempts.  As this device is
       not specific to &linux;, a native &os; version has been
       added.</para>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405040132.s441Wxgt090704>