diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-09-29 20:55:40 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-09-29 20:55:40 +0000 |
commit | 59988921ebad528d4b2ea1a78be81f5feee490d5 (patch) | |
tree | b66eb3c3de1bbad64774418afb69989e18641765 /chapter06/groff.xml | |
parent | 8c68addc8e21ceaec084545ee0ed6c983d054232 (diff) |
Add -v to commands that accept it
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/groff.xml')
-rw-r--r-- | chapter06/groff.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/groff.xml b/chapter06/groff.xml index c413cae8b..fd4d7edfe 100644 --- a/chapter06/groff.xml +++ b/chapter06/groff.xml @@ -50,9 +50,9 @@ to contain the default paper size. For users in the United States, <para>Some documentation programs, such as <command>xman</command>, will not work properly without the following symlinks:</para> -<screen><userinput>ln -s soelim /usr/bin/zsoelim -ln -s eqn /usr/bin/geqn -ln -s tbl /usr/bin/gtbl</userinput></screen> +<screen><userinput>ln -sv soelim /usr/bin/zsoelim +ln -sv eqn /usr/bin/geqn +ln -sv tbl /usr/bin/gtbl</userinput></screen> </sect2> |