From 76e4960aa9b9badbd9caa376e303f9360ebb7ccd Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 18 Dec 2014 23:30:55 +0000 Subject: Documentation fixes --- doc/libskarnet.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/libskarnet.html') diff --git a/doc/libskarnet.html b/doc/libskarnet.html index 9c29514..6c8b559 100644 --- a/doc/libskarnet.html +++ b/doc/libskarnet.html @@ -60,14 +60,14 @@ to run ldconfig if needed. installed: by default, it's /usr/lib/skalibs/sysdeps. Let's call it $sysdeps.
  • Link with -lskarnet. If you are using socket functions, you -will also need to link with -l$sysdeps/socket.lib. If you are using +will also need to link with -l`cat $sysdeps/socket.lib`. If you are using time functions such as tain_now(), you will also need to link with --l$sysdeps/tainnow.lib.
  • +-l`cat $sysdeps/tainnow.lib`.

    - The skarnet library as a whole is big (833k for libskarnet.a and -257k for libskarnet.so.2.0.0.0 on x86_64), but the utmost care has been + The skarnet library as a whole is big (826k for libskarnet.a and +233k for libskarnet.so.2.0.0.0 on x86_64-linux), but the utmost care has been given to separate functions so that linkers never pull in any more than they need. Linking against the static version of libskarnet actually produces very small executables, and if your libc is suited for that, since skalibs -- cgit v1.2.3