diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-14 17:45:54 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-14 17:45:54 +0000 |
commit | 81307da3485628bf3a91b9c2641ad2b4416263e6 (patch) | |
tree | 955685a71e083c096886a5610b67876d4b27ac0d /chapter07/createdirs.xml | |
parent | 68f82496b027fc1c45fbc70526cf0094902508dd (diff) |
fix typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@971 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/createdirs.xml')
-rw-r--r-- | chapter07/createdirs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/createdirs.xml b/chapter07/createdirs.xml index 6a6ee3470..dbf5621f2 100644 --- a/chapter07/createdirs.xml +++ b/chapter07/createdirs.xml @@ -5,7 +5,7 @@ the boot scripts. These directories are created by running:</para> <para><screen><userinput>cd /etc &&</userinput> -<userinput>mkdir rc{0,1,2,3,4,5,6,S}.d init.d sysconfig &&</userinput> +<userinput>mkdir rc{0,1,2,3,4,5,6,S}.d init.d sysconfig &&</userinput> <userinput>cd init.d</userinput></screen></para> </sect1> |