diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-19 01:37:28 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-19 01:37:28 +0000 |
commit | 55e4b1ebca5d6e7eb0382b3be2154d376f36909e (patch) | |
tree | 1e736567620b4e2b8a36f69c3ebf433a343a8029 /doc/libskarnet.html | |
parent | 76e4960aa9b9badbd9caa376e303f9360ebb7ccd (diff) | |
download | skalibs-55e4b1ebca5d6e7eb0382b3be2154d376f36909e.tar.xz |
Doc fix: `cat socket.lib`, not -l`cat socket.lib`
Diffstat (limited to 'doc/libskarnet.html')
-rw-r--r-- | doc/libskarnet.html | 4 |
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> |