summaryrefslogtreecommitdiff
path: root/doc/s6-linux-init-logouthookd.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-09-24 17:19:19 +0000
committerLaurent Bercot <ska@appnovation.com>2023-09-24 17:19:19 +0000
commit421ff132dee36124fd6fe4eaaffe3576179c3812 (patch)
tree85ba4375a6edd4a9cafed47679354bb17f77b706 /doc/s6-linux-init-logouthookd.html
parent0585e1e7951229ed37ecf4996bdddc2edaafe6bf (diff)
downloads6-linux-init-421ff132dee36124fd6fe4eaaffe3576179c3812.tar.xz
Doc typo fix (thanks firas)
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/s6-linux-init-logouthookd.html')
-rw-r--r--doc/s6-linux-init-logouthookd.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-linux-init-logouthookd.html b/doc/s6-linux-init-logouthookd.html
index 7a56a65..253e7f5 100644
--- a/doc/s6-linux-init-logouthookd.html
+++ b/doc/s6-linux-init-logouthookd.html
@@ -31,11 +31,11 @@
<p>
s6-linux-init-logouthookd implements a
<a href="//skarnet.org/software/s6/localservice.html">local service</a>
-for getty programs that add an utmp record when a user logs in.
+for getty programs that add a utmp record when a user logs in.
</p>
<p>
- In the sysvinit model, <tt>getty</tt>/<tt>login</tt> and similar programs add an utmp
+ In the sysvinit model, <tt>getty</tt>/<tt>login</tt> and similar programs add a utmp
record for every user that logs in, then exec into the user's shell.
At logout time, the shell dies; sysvinit is supervising the <tt>getty</tt>
program, so it's watching the pid, and respawns the <tt>getty</tt> when the