From owner-svn-doc-all@FreeBSD.ORG Sun May 19 19:13:03 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DEF6429B; Sun, 19 May 2013 19:13:03 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CFD0F60C; Sun, 19 May 2013 19:13:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4JJD3aO099596; Sun, 19 May 2013 19:13:03 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4JJD3RJ099595; Sun, 19 May 2013 19:13:03 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201305191913.r4JJD3RJ099595@svn.freebsd.org> From: Eitan Adler Date: Sun, 19 May 2013 19:13:03 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41694 - head/en_US.ISO8859-1/books/arch-handbook/boot X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 May 2013 19:13:03 -0000 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 sys/boot/i386/boot2/Makefile: boot2.ld: boot2.ldr boot2.bin ${BTXKERN} - btxld -v -E ${ORG2} -f bin -b ${BTXKERN} -l boot2.ldr \ - -o ${.TARGET} -P 1 boot2.bin + btxld -v -E ${ORG2} -f bin -b ${BTXKERN} -l boot2.ldr \ + -o ${.TARGET} -P 1 boot2.bin BTX This Makefile snippet shows that &man.btxld.8; is used to