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/libutmps/index.html | 2 +- doc/overview.html | 6 +++--- doc/utmps-write.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/libutmps/index.html b/doc/libutmps/index.html index dc41fda..2ecb62f 100644 --- a/doc/libutmps/index.html +++ b/doc/libutmps/index.html @@ -30,7 +30,7 @@ programs needing utmp functionality. It interacts with the

Application programs can use it directly, but most existing programs simply use the standard -utmpx.h +utmpx.h interface, which in utmps is implemented as a series of thin wrappers around the utmps library.

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.

diff --git a/doc/utmps-write.html b/doc/utmps-write.html index d456a00..2914c3f 100644 --- a/doc/utmps-write.html +++ b/doc/utmps-write.html @@ -75,7 +75,7 @@ characters).
  • -l user : spoof the ut_user field of the utmp entry. This can only be done by root, otherwise the utmp or wtmp daemon will refuse to add the entry. By default, the field contains the user's name as obtained by -getpwuid().
  • +getpwuid().
  • -p pid : spoof the ut_pid field of the utmp entry. By default, the field contains the pid of the utmps-write process.
  • -- cgit v1.3.1