svn commit: r41694 - head/en_US.ISO8859-1/books/arch-handbook/boot

Eitan Adler eadler at FreeBSD.org
Sun May 19 19:13:03 UTC 2013


Author: eadler
Date: Sun May 19 19:13:03 2013
New Revision: 41694
URL: http://svnweb.freebsd.org/changeset/doc/41694

Log:
  Fix tabs/spaces
  
  Reported by:	hrs

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

Modified: head/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml	Sun May 19 17:51:29 2013	(r41693)
+++ head/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml	Sun May 19 19:13:03 2013	(r41694)
@@ -309,8 +309,8 @@ Timecounter "i8254"  frequency 1193182 H
 
     <programlisting><filename>sys/boot/i386/boot2/Makefile:</filename>
 boot2.ld: boot2.ldr boot2.bin ${BTXKERN}
-  btxld -v -E ${ORG2} -f bin -b ${BTXKERN} -l boot2.ldr \
-    -o ${.TARGET} -P 1 boot2.bin</programlisting>
+	btxld -v -E ${ORG2} -f bin -b ${BTXKERN} -l boot2.ldr \
+	    -o ${.TARGET} -P 1 boot2.bin</programlisting>
 
     <indexterm><primary>BTX</primary></indexterm>
     <para>This Makefile snippet shows that &man.btxld.8; is used to


More information about the svn-doc-all mailing list