diff options
Diffstat (limited to 'chapter06/coreutils-inst.xml')
-rw-r--r-- | chapter06/coreutils-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/coreutils-inst.xml b/chapter06/coreutils-inst.xml index 5947d38c9..1d2df60b2 100644 --- a/chapter06/coreutils-inst.xml +++ b/chapter06/coreutils-inst.xml @@ -29,7 +29,7 @@ mv /usr/bin/{rm,rmdir,shred,sync,sleep,stty,su,test} /bin && mv /usr/bin/{touch,true,uname,vdir} /bin mv /usr/bin/chroot /usr/sbin</userinput></screen></para> -<para>Finally, create a few necessary symlinks</para> +<para>Finally, create a few necessary symlinks:</para> <para><screen><userinput>ln -s test /bin/[ ln -s ../../bin/install /usr/bin</userinput></screen></para> |