diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-10-15 02:59:30 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-10-15 02:59:30 +0000 |
commit | b3c4b016438aa68bff3819363d6828dcb414b49b (patch) | |
tree | b6cfaf41407eb1d98558ffa8b133a55651ef836f /chapter06 | |
parent | 4322222ddb1eb759de62039b22e4f2d16baf45e3 (diff) |
Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10021 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/procps.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml index ea26619d1..e667e63e7 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -55,7 +55,7 @@ make-&make-version;:</para> <screen><userinput remap="pre">sed -i -e 's@\*/module.mk@proc/module.mk ps/module.mk@' \ - -e 's@^#SKIP/SKIP/' Makefile</userinput></screen> + -e 's@^#SKIP@SKIP@' Makefile</userinput></screen> <para>Compile the package:</para> |