diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-07 20:16:33 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-07 20:16:33 +0000 |
commit | 3367a3f74ef14fa309868af2567ccdbb3a188eb0 (patch) | |
tree | 82e92b4d057f52b02de5e794cf9d428ededce34f | |
parent | 03d73d4b02876281ae4ab31baf6ecb689515303f (diff) |
Changed " by <quote>.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/hotplug.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml index ebbbe9d71..0482b6595 100644 --- a/chapter06/hotplug.xml +++ b/chapter06/hotplug.xml @@ -36,7 +36,7 @@ running kernel.</para> <screen><userinput>make install</userinput></screen> -<para>Copy a file that the "install" target omits.</para> +<para>Copy a file that the <quote>install<quote> target omits.</para> <screen><userinput>cp etc/hotplug/pnp.distmap /etc/hotplug</userinput></screen> |