about summary refs log tree commit diff
path: root/doc/libnsss
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-08-02 22:50:17 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-08-02 22:50:17 +0000
commita90ce75a0c883c9ae2a2253c916f67255424f78d (patch)
tree7a6e5e2605e030feeb13445e85274cbce40b0a80 /doc/libnsss
parent68594d15c56a21e3d4d8cd12fefbc5bbf0af002f (diff)
downloadnsss-a90ce75a0c883c9ae2a2253c916f67255424f78d.tar.gz
nsss-a90ce75a0c883c9ae2a2253c916f67255424f78d.tar.xz
nsss-a90ce75a0c883c9ae2a2253c916f67255424f78d.zip
Fix doc typos
Diffstat (limited to 'doc/libnsss')
-rw-r--r--doc/libnsss/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/libnsss/index.html b/doc/libnsss/index.html
index ac99e54..fa47a7b 100644
--- a/doc/libnsss/index.html
+++ b/doc/libnsss/index.html
@@ -38,7 +38,7 @@ various server-side daemons such as
 functions that try connecting to a nsssd service first, and fall
 back to the <a href="nsss-unix.html">nsss-unix</a> implementation
 if the connection fails (no nsssd service is running). </li>
-</p>
+</ul>
 
 <p>
  Both <a href="nsss-unix.html">nsss-unix</a> and
@@ -136,7 +136,7 @@ desired. </li>
 <ul>
  <li> Make sure the nsss library, as well as the skalibs library,
 are visible in your library search path. </li>
- <li> Link against <tt>-lnsss</tt>, <tt>-lskarnet</tt>, </li>
+ <li> Link against <tt>-lnsss</tt>, <tt>-lskarnet</tt>, <tt>-lpthread</tt>,
 <tt>`cat $SYSDEPS/socket.lib`</tt> and
 <tt>`cat $SYSDEPS/tainnow.lib`</tt>, $SYSDEPS being your skalibs
 sysdeps directory. </li>