commit 55e4b1ebca5d6e7eb0382b3be2154d376f36909e
parent 76e4960aa9b9badbd9caa376e303f9360ebb7ccd
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Fri, 19 Dec 2014 01:37:28 +0000
Doc fix: `cat socket.lib`, not -l`cat socket.lib`
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/libskarnet.html b/doc/libskarnet.html
@@ -60,9 +60,9 @@ to run <tt>ldconfig</tt> if needed. </li>
installed: by default, it's <tt>/usr/lib/skalibs/sysdeps</tt>. Let's call
it <tt>$sysdeps</tt>. </li>
<li> Link with <tt>-lskarnet</tt>. If you are using socket functions, you
-will also need to link with <tt>-l`cat $sysdeps/socket.lib`</tt>. If you are using
+will also need to link with <tt>`cat $sysdeps/socket.lib`</tt>. If you are using
time functions such as <tt>tain_now()</tt>, you will also need to link with
-<tt>-l`cat $sysdeps/tainnow.lib`</tt>. </li>
+<tt>`cat $sysdeps/tainnow.lib`</tt>. </li>
</ul>
<p>