summaryrefslogtreecommitdiff
path: root/doc/libnsss
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/libnsss
parent7a51f3bef5b7fb34de66ec189a77745b2803f734 (diff)
downloadnsss-2fad1062c7ca93008006b2fbd3b11455f0827237.tar.xz
nsss: fix html errors
Signed-off-by: Colin Booth <colin@heliocat.net>
Diffstat (limited to 'doc/libnsss')
-rw-r--r--doc/libnsss/index.html2
1 files changed, 1 insertions, 1 deletions
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>