about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorColin Booth <colin@heliocat.net>2020-03-30 16:58:50 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-03-30 17:24:34 +0000
commit2fad1062c7ca93008006b2fbd3b11455f0827237 (patch)
treed7422bb5db763bc709292e45761e692b9c403282 /doc
parent7a51f3bef5b7fb34de66ec189a77745b2803f734 (diff)
downloadnsss-2fad1062c7ca93008006b2fbd3b11455f0827237.tar.gz
nsss-2fad1062c7ca93008006b2fbd3b11455f0827237.tar.xz
nsss-2fad1062c7ca93008006b2fbd3b11455f0827237.zip
nsss: fix html errors
Signed-off-by: Colin Booth <colin@heliocat.net>
Diffstat (limited to 'doc')
-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>