diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-21 06:04:02 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-21 06:04:02 +0000 |
commit | 8513e2e9ab5fd41313f8a28a156decde3434c68f (patch) | |
tree | 73bee457a99087c93bff677cb2654a22a2b100fa /doc/libwpactrl | |
parent | 6e0c88e61fd8e9673323a8f9ab5607ed8283749a (diff) | |
download | bcnm-8513e2e9ab5fd41313f8a28a156decde3434c68f.tar.xz |
Update tainnow.lib mentions in doc
Diffstat (limited to 'doc/libwpactrl')
-rw-r--r-- | doc/libwpactrl/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libwpactrl/index.html b/doc/libwpactrl/index.html index 817a2ec..6f114c3 100644 --- a/doc/libwpactrl/index.html +++ b/doc/libwpactrl/index.html @@ -39,7 +39,7 @@ distribution. <li> Make sure the bcnm libraries, as well as the skalibs libraries, are visible in your library search path. </li> <li> Link against <tt>-lwpactrl</tt> and <tt>-lskarnet</tt>. -Also add <tt>`cat $sysdeps/socket.lib $sysdeps/tainnow.lib`</tt> +Also add <tt>`cat $sysdeps/socket.lib $sysdeps/sysclock.lib`</tt> to the end of your command line invoking the linker, in order to be portable to libcs that put socket or time functions into separate libraries. |