From 7eeae13b35343aa96f896521aefd4b784cb068db Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 28 Apr 2025 08:43:51 +0000 Subject: Latest batch of fixes Signed-off-by: Laurent Bercot --- doc/overview.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/overview.html') diff --git a/doc/overview.html b/doc/overview.html index 6c58a37..f6420a6 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -21,7 +21,7 @@

utmps is a secure implementation of the utmp functionality, i.e. user accounting on Unix systems. It includes full POSIX -utmpx.h +utmpx.h functionality, a few extensions created by GNU, and an underlying C client library with better error reporting than the POSIX interface specifies. @@ -48,7 +48,7 @@ programs allowed to access the utmp and wtmp databases respectively. It provides the utmps client library to communicate with those daemons; and it implements the -utmpx.h +utmpx.h interfaces, and the extensions, as wrappers for this client library.

@@ -66,7 +66,7 @@ a Unix domain superserver such as s6-ipcserver is required. s6-ipcserver listens to a socket, and spawns a utmps-utmpd process when a client -calls setutxent() +calls setutxent() for instance.

-- cgit v1.3.1