Use verbose ln.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Krejzi 2014-08-22 10:18:41 +00:00
parent 324494f907
commit f48ac2a4d6

View File

@ -74,7 +74,7 @@
runs <filename>flex</filename> in <command>lex</command> emulation
mode:</para>
<screen><userinput remap="install">ln -s flex /usr/bin/lex</userinput></screen>
<screen><userinput remap="install">ln -sv flex /usr/bin/lex</userinput></screen>
</sect2>