diff options
author | Colin Booth <colin@heliocat.net> | 2020-03-30 17:48:56 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-03-30 18:20:49 +0000 |
commit | 41963c35f912643b4cf3d6bd938e90e46720e32e (patch) | |
tree | 212b638b29304ca071fd8df415ff75fc0427a659 /doc/libutmps | |
parent | d104ce2c2e5ca506076dee9e71a45d96aff1a5d7 (diff) | |
download | utmps-41963c35f912643b4cf3d6bd938e90e46720e32e.tar.xz |
utmps: fix html errors
Signed-off-by: Colin Booth <colin@heliocat.net>
Diffstat (limited to 'doc/libutmps')
-rw-r--r-- | doc/libutmps/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libutmps/index.html b/doc/libutmps/index.html index 4d0ddba..f2fb86f 100644 --- a/doc/libutmps/index.html +++ b/doc/libutmps/index.html @@ -52,7 +52,7 @@ search path. </li> <ul> <li> Make sure the utmps library, as well as the skalibs library, are visible in your library search path. </li> - <li> Link against <tt>-lutmps</tt>, <tt>-lskarnet</tt>, </li> + <li> Link against <tt>-lutmps</tt>, <tt>-lskarnet</tt>, <tt>`cat $SYSDEPS/socket.lib`</tt> and <tt>`cat $SYSDEPS/sysclock.lib`</tt>, $SYSDEPS being your skalibs sysdeps directory. </li> |