svn commit: r46240 - head/en_US.ISO8859-1/books/arch-handbook/boot
Jason Helfman <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: jgh Date: Fri Jan 30 04:17:17 2015 New Revision: 46240 URL: https://svnweb.freebsd.org/changeset/doc/46240 Log: - fix typo in directory path PR: 197067 Differential Revision: https://reviews.freebsd.org/D1713 Submitted by: [email protected] 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 Thu Jan 29 20:01:40 2015 (r46239) +++ head/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml Fri Jan 30 04:17:17 2015 (r46240) @@ -70,8 +70,8 @@ $FreeBSD$ <para>The boot process is an extremely machine-dependent 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, looking at - <filename class="directory">/usr/sys/src/boot</filename> + the same architecture. For example, a directory listing of + <filename class="directory">/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> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"