summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/index.html2
-rw-r--r--doc/libnsss/index.html2
-rw-r--r--doc/libnsssd/index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html
index 18c5554..171853b 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -32,7 +32,7 @@ a configurable backend for the user/group database. For instance the
<a href="https://musl-libc.org/">musl</a> libc, on Linux, only supports
the standard <tt>/etc/passwd</tt> mechanism; it also supports the
<tt>nscd</tt> protocol but this is not quite enough:
-<p>
+</p>
<ul>
<li> musl only connects to nscd when it cannot find an answer in
diff --git a/doc/libnsss/index.html b/doc/libnsss/index.html
index cabb215..3514c42 100644
--- a/doc/libnsss/index.html
+++ b/doc/libnsss/index.html
@@ -75,7 +75,7 @@ implementation of the standard following functions:
<li> getspnam() </li>
<li> getspnam_r() </li>
</ul> </li>
- The functions are prefixed with <tt>nsss_unix_</tt> or
+ <li> The functions are prefixed with <tt>nsss_unix_</tt> or
<tt>nsss_switch_</tt>. For instance, <tt>nsss_unix_getpwnam()</tt>
is the implementation of <tt>getpwnam()</tt> that uses the
<tt>/etc/passwd</tt> backend. </li>
diff --git a/doc/libnsssd/index.html b/doc/libnsssd/index.html
index 2ff5dee..4cbff45 100644
--- a/doc/libnsssd/index.html
+++ b/doc/libnsssd/index.html
@@ -42,7 +42,7 @@ are visible in your header search path. </li>
<ul>
<li> Make sure the nsssd library, as well as the skalibs library,
are visible in your library search path. </li>
- <li> Link against <tt>-lnsssd</tt>, <tt>-lskarnet</tt>, </li>
+ <li> Link against <tt>-lnsssd</tt>, <tt>-lskarnet</tt>,
<tt>`cat $SYSDEPS/socket.lib`</tt> and
<tt>`cat $SYSDEPS/sysclock.lib`</tt>, $SYSDEPS being your skalibs
sysdeps directory. </li>