diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-07 18:25:47 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-07 18:25:47 +0000 |
commit | 09455475e9bf5c168f24af6d0ff5d5d11de5edc0 (patch) | |
tree | 13cbfc9a3deb3d68aded8199e6c2a8eab6ec2082 /chapter06/shellutils-inst.xml | |
parent | 55a39359f1a6f24217c278299e7e50abd2a43882 (diff) |
added class attribute for filename tag containing a directory name
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1673 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shellutils-inst.xml')
-rw-r--r-- | chapter06/shellutils-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/shellutils-inst.xml b/chapter06/shellutils-inst.xml index f23e3dbc8..40fa49415 100644 --- a/chapter06/shellutils-inst.xml +++ b/chapter06/shellutils-inst.xml @@ -21,7 +21,7 @@ often used in shell scripts to evaluate conditions, but is more often encountered in the form of <command>[ condition ]</command>. These brackets are built into the bash interpreter, but the FHS dictates that there should be a <filename>[</filename> binary. We create that in this way, while still in the -<filename>/bin</filename> directory:</para> +<filename class="directory">/bin</filename> directory:</para> <para><screen><userinput>cd /bin && ln -sf test [</userinput></screen></para> |