aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-11-27 22:02:40 +0000
committerLaurent Bercot <ska@appnovation.com>2024-11-27 22:02:40 +0000
commit0d0417f3226406fd4546d550bcf188b24b6f88ce (patch)
tree65ea5c6cc0ec59ca72a20874c5356e715fe4e3d3
parentaa2d2e9674d2fd2307d3d5070cec0cfc048d173c (diff)
downloadnsss-0d0417f3226406fd4546d550bcf188b24b6f88ce.tar.gz
Doc fixes (it's grp.h!)
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--AUTHORS1
-rw-r--r--README2
-rw-r--r--doc/index.html2
3 files changed, 3 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 23ac084..26ef925 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,6 +4,7 @@ Main author:
Contributors:
John Regan <john@jrjrtech.com>
Colin Booth <colin@heliocat.net>
+ Firas Khalil Khana <firasuke@gmail.com>
Thanks to:
A. Wilcox <AWilcox@Wilcox-Tech.com>
diff --git a/README b/README
index e4a2b8f..3b0e681 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
nsssd - a secure NSS-like implementation for small libcs
--------------------------------------------------------
- nsss is a library implementing a subset of pwd.h, group.h
+ nsss is a library implementing a subset of pwd.h, grp.h
and shadow.h family of functions - the subset that can use a
different backend than the standard /etc/passwd (et al.) files.
It is intended to be used with certain libcs, such as musl, that
diff --git a/doc/index.html b/doc/index.html
index 0ed9995..5f1f50d 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -21,7 +21,7 @@
<p>
nsss is an implementation of a subset of the <tt>pwd.h</tt>,
-<tt>group.h</tt> and <tt>shadow.h</tt> family of functions,
+<tt>grp.h</tt> and <tt>shadow.h</tt> family of functions,
performing user database access on Unix systems.
</p>