aboutsummaryrefslogtreecommitdiffstats
path: root/doc/utmps-write.html
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/utmps-write.html
parentba7a3d22cb728a4230bb78dba3b6b46907dcefee (diff)
downloadutmps-7eeae13b35343aa96f896521aefd4b784cb068db.tar.gz
Latest batch of fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/utmps-write.html')
-rw-r--r--doc/utmps-write.html2
1 files changed, 1 insertions, 1 deletions
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>