summaryrefslogtreecommitdiff
path: root/doc/overview.html
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/overview.html
parent68594d15c56a21e3d4d8cd12fefbc5bbf0af002f (diff)
downloadnsss-a90ce75a0c883c9ae2a2253c916f67255424f78d.tar.xz
Fix doc typos
Diffstat (limited to 'doc/overview.html')
-rw-r--r--doc/overview.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/overview.html b/doc/overview.html
index 047bea6..4eec53f 100644
--- a/doc/overview.html
+++ b/doc/overview.html
@@ -41,11 +41,11 @@ than the POSIX interface specifies.
<li> <a href="libnsss/nsss-unix.html">nsss-unix</a>: a set of
functions providing access to the standard <tt>/etc/passwd</tt>,
<tt>/etc/group</tt> and <tt>/etc/shadow</tt> files. </li>
- <li> <a href="libnsss/nsss-switch.html">nsss-switch: a set of
+ <li> <a href="libnsss/nsss-switch.html">nsss-switch</a>: a set of
functions implementing the same functionality as <tt>nsss-unix</tt>,
but instead of looking for information in the standard files, they
connect to a <em>nsssd service</em> (see below) that performs the
-requests for them. <li>
+requests for them. </li>
<li> three implementations of the the standard <tt>getpwnam()</tt>
et al. functions: one using the <tt>nsss-unix</tt> functions, one
using the <tt>nsss-switch</tt> functions, and the default one, called
@@ -53,7 +53,7 @@ using the <tt>nsss-switch</tt> functions, and the default one, called
and retrieve information from it, but falls back to the <tt>nsss-unix</tt>
implementation if it fails (for instance, if no nsssd service is
listening). </li>
-<ul>
+</ul>
<p>
Applications wishing to use nsss should be built against this client