Date: Sun, 15 Feb 2015 05:29:25 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46271 - head/en_US.ISO8859-1/books/arch-handbook/boot Message-ID: <201502150529.t1F5TPbS014946@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Sun Feb 15 05:29:24 2015 New Revision: 46271 URL: https://svnweb.freebsd.org/changeset/doc/46271 Log: - remove directory class Differential Revision: https://reviews.freebsd.org/D1737 Approved by: wblock (mentor) 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 Fri Feb 13 16:28:31 2015 (r46270) +++ head/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml Sun Feb 15 05:29:24 2015 (r46271) @@ -71,10 +71,10 @@ $FreeBSD$ activity. Not only must code be written for every computer architecture, but there may also be multiple types of booting on the same architecture. For example, a directory listing of - <filename class="directory">/usr/src/sys/boot</filename> + <filename>/usr/src/sys/boot</filename> reveals a great amount of architecture-dependent code. There is a directory for each of the various supported architectures. In - the x86-specific <filename class="directory">i386</filename> + the x86-specific <filename>i386</filename> directory, there are subdirectories for different boot standards like <filename>mbr</filename> (Master Boot Record), <filename>gpt</filename> (<acronym>GUID</acronym> Partition
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502150529.t1F5TPbS014946>