Browse Source

small typo in HTML creation instructions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2800 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Greg Schafer 21 years ago
parent
commit
fe88e7f70d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README

+ 1 - 1
README

@@ -12,7 +12,7 @@ XML to HTML:
 Create a directory in which you want to store the HTML files and cd into 
 that directory. Now run:
 
-	mkdir -p chapter0{1,2,3,4,5,6,7,8,9} preface appendixa &&
+	mkdir -p chapter0{1,2,3,4,5,6,7,8,9} preface appendix{a,b} &&
 	/usr/bin/openjade -t xml \
 		-d /usr/share/dsssl/docbook/html/lfs.dsl \
 		/usr/share/dsssl/docbook/dtds/decls/xml.dcl \