aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-28 08:43:51 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-28 08:43:51 +0000
commit7eeae13b35343aa96f896521aefd4b784cb068db (patch)
tree85c46e4bca29de696cbceaa2349181a20347fa5a /doc
parentba7a3d22cb728a4230bb78dba3b6b46907dcefee (diff)
downloadutmps-7eeae13b35343aa96f896521aefd4b784cb068db.tar.gz
Latest batch of fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/libutmps/index.html2
-rw-r--r--doc/overview.html6
-rw-r--r--doc/utmps-write.html2
3 files changed, 5 insertions, 5 deletions
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
<p>
Application programs can use it directly, but most existing programs
simply use the standard
-<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>
interface, which in utmps is implemented as a series of thin wrappers
around the utmps library.
</p>
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>
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). </li>
<li> <tt>-l</tt>&nbsp;<em>user</em>&nbsp;: spoof the <tt>ut_user</tt> 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
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwuid.html">getpwuid()</a>. </li>
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/getpwuid.html">getpwuid()</a>. </li>
<li> <tt>-p</tt>&nbsp;<em>pid</em>&nbsp;: spoof the <tt>ut_pid</tt> field of the utmp entry.
By default, the field contains the pid of the <tt>utmps-write</tt> process. </li>
</ul>