diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-04-28 08:43:51 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-04-28 08:43:51 +0000 |
| commit | 7eeae13b35343aa96f896521aefd4b784cb068db (patch) | |
| tree | 85c46e4bca29de696cbceaa2349181a20347fa5a /doc/overview.html | |
| parent | ba7a3d22cb728a4230bb78dba3b6b46907dcefee (diff) | |
| download | utmps-7eeae13b35343aa96f896521aefd4b784cb068db.tar.gz | |
Latest batch of fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/overview.html')
| -rw-r--r-- | doc/overview.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ <p> utmps is a secure implementation of the <em>utmp</em> functionality, i.e. user accounting on Unix systems. It includes full POSIX -<a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a> +<a href="http://pubs.opengroup.org/onlinepubs/9799919799/basedefs/utmpx.h.html">utmpx.h</a> functionality, a few extensions created by GNU, and an underlying <a href="libutmps/">C client library</a> 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 <a href="libutmps/">utmps client library</a> to communicate with those daemons; and it implements the -<a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a> +<a href="http://pubs.opengroup.org/onlinepubs/9799919799/basedefs/utmpx.h.html">utmpx.h</a> interfaces, and the extensions, as wrappers for this client library. </p> @@ -66,7 +66,7 @@ a Unix domain superserver such as <a href="//skarnet.org/software/s6/s6-ipcserver.html">s6-ipcserver</a> is required. s6-ipcserver listens to a socket, and spawns a <a href="utmps-utmpd.html">utmps-utmpd</a> process when a client -calls <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setutxent.html">setutxent()</a> +calls <a href="http://pubs.opengroup.org/onlinepubs/9799919799/functions/setutxent.html">setutxent()</a> for instance. </p> |
