summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2014-12-19 01:37:28 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2014-12-19 01:37:28 +0000
commit55e4b1ebca5d6e7eb0382b3be2154d376f36909e (patch)
tree1e736567620b4e2b8a36f69c3ebf433a343a8029
parent76e4960aa9b9badbd9caa376e303f9360ebb7ccd (diff)
downloadskalibs-55e4b1ebca5d6e7eb0382b3be2154d376f36909e.tar.xz
Doc fix: `cat socket.lib`, not -l`cat socket.lib`
-rw-r--r--doc/libskarnet.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/libskarnet.html b/doc/libskarnet.html
index 6c8b559..10af628 100644
--- 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>