From 21ba4e3570c1c2524b0733d492ced9634b259353 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Thu, 9 Oct 2003 23:22:07 +0000 Subject: Internal markup reworking to fix the extraneous whitespace problem in the "tidy generated" web site pages. Essentially replace all ocurrences of with (and of course the matching closing tags). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/conventions.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter01') diff --git a/chapter01/conventions.xml b/chapter01/conventions.xml index 5d97b3673..fc9a4054a 100644 --- a/chapter01/conventions.xml +++ b/chapter01/conventions.xml @@ -5,7 +5,7 @@ To make things easy to follow, there are a number of conventions used throughout the book. Following are some examples: -./configure --prefix=/usr +./configure --prefix=/usr
This form of text is designed to be typed exactly as seen unless otherwise noted in the surrounding text. It is also used @@ -31,12 +31,12 @@ what to type.
book and to external pages such as HOWTOs, download locations and websites.
-cat > $LFS/etc/group << "EOF" +cat > $LFS/etc/group << "EOF" root:x:0: bin:x:1: ...... EOF - +
This type of section is used mainly when creating configuration files. The first command (in bold) tells the system to create -- cgit v1.2.3-54-g00ecf