svn commit: r42960 - head/en_US.ISO8859-1/books/handbook/linuxemu

Glen Barber gjb at FreeBSD.org
Mon Oct 14 20:30:57 UTC 2013


Author: gjb
Date: Mon Oct 14 20:30:56 2013
New Revision: 42960
URL: http://svnweb.freebsd.org/changeset/doc/42960

Log:
  s/--/‐‐/ to avoid double-hyphens within commented blocks.

Modified:
  head/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml	Mon Oct 14 19:54:30 2013	(r42959)
+++ head/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml	Mon Oct 14 20:30:56 2013	(r42960)
@@ -521,12 +521,12 @@ Installation complete.</programlisting>
 	  <filename>/usr/local/maple/bin/maple.system.type</filename>
 	  with the following:</para>
 
-	<programlisting>   ----- snip ------------------
+	<programlisting>   ‐‐‐‐- snip ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
 *** maple.system.type.orig      Sun Jul  8 16:35:33 2001
---- maple.system.type   Sun Jul  8 16:35:51 2001
+‐‐- maple.system.type   Sun Jul  8 16:35:51 2001
 ***************
 *** 72,77 ****
---- 72,78 ----
+‐‐- 72,78 ‐‐‐‐
           # the IBM RS/6000 AIX case
           MAPLE_BIN="bin.IBM_RISC_UNIX"
           ;;
@@ -534,7 +534,7 @@ Installation complete.</programlisting>
       "Linux")
           # the Linux/x86 case
         # We have two Linux implementations, one for Red Hat and
-   ----- snip end of patch -----</programlisting>
+   ‐‐‐‐- snip end of patch ‐‐‐‐-</programlisting>
 
 	<para>Note that no whitespace should be present after
 	  <literal>"FreeBSD"|\</literal>.</para>
@@ -553,7 +553,7 @@ Installation complete.</programlisting>
 	  <filename>/usr/local/rtc/rc.d/lmgrd</filename> is a
 	  convenient way to start up <command>lmgrd</command>:</para>
 
-	<programlisting>   ----- snip ------------
+	<programlisting>   ‐‐‐‐- snip ‐‐‐‐‐‐‐‐‐‐‐‐
 
 #! /bin/sh
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
@@ -578,7 +578,7 @@ stop)
 esac
 
 exit 0
-   ----- snip ------------</programlisting></step>
+   ‐‐‐‐- snip ‐‐‐‐‐‐‐‐‐‐‐‐</programlisting></step>
 
 
       <step><para>Test that
@@ -626,7 +626,7 @@ FEATURE Maple maplelmg 2000.0831 permane
 	</itemizedlist>
       </sect2>
     </sect1>
-
+    -->
       <!--
       As of October, 2013, the Linux version of Matlab is only available for 64-bit.
     <sect1 id="linuxemu-matlab">


More information about the svn-doc-head mailing list