diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-12 12:26:56 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-12 12:26:56 +0000 |
commit | 7391d364a76d33c936ae3c9b67aaa7fac9717ddf (patch) | |
tree | b789d83e92734e28bfad76ecbfac7e6ed4708fe0 /chapter08/coreutils.xml | |
parent | 26fec2772deaa52f3fbb8ba3f114faa0a6c0b75d (diff) |
typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11926 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/coreutils.xml')
-rw-r--r-- | chapter08/coreutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index 13aaaa2c4..fcf10b1dc 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -141,7 +141,7 @@ mv -v /usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} /bin mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin mv -v /usr/bin/chroot /usr/sbin mv -v /usr/share/man/man1/chroot.1 /usr/share/man/man8/chroot.8 -sed -i 's/"1"/"8"' /usr/share/man/man8/chroot.8</userinput></screen> +sed -i 's/"1"/"8"/' /usr/share/man/man8/chroot.8</userinput></screen> <para revision="sysv">Some of the scripts in the LFS-Bootscripts package depend on <command>head</command>, <command>nice</command>, |