From aa2b127d13e85802afcf123064c302208f312994 Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Fri, 30 Jan 2015 04:17:17 +0000 Subject: [PATCH] - fix typo in directory path PR: 197067 Differential Revision: https://reviews.freebsd.org/D1713 Submitted by: mathias@monnerville.com Approved by: wblock (mentor) --- en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml b/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml index 53ab4b8579..2c6783ac1a 100644 --- a/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml +++ b/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml @@ -70,8 +70,8 @@ $FreeBSD$ 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 - /usr/sys/src/boot + the same architecture. For example, a directory listing of + /usr/src/sys/boot reveals a great amount of architecture-dependent code. There is a directory for each of the various supported architectures. In the x86-specific i386