summaryrefslogtreecommitdiff
path: root/doc/s6-linux-init-logouthookd.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-04-07 12:52:31 +0000
committerLaurent Bercot <ska@appnovation.com>2023-04-07 12:52:31 +0000
commit1acd4252b0aefaa03d227217828a8b69d3cf3a87 (patch)
treec2a46bad3aa8a8abb0ec76e4d0b718433d07783a /doc/s6-linux-init-logouthookd.html
parentd6a69ea429b367524f5776c3b7a4caa286c6a8c9 (diff)
downloads6-linux-init-1acd4252b0aefaa03d227217828a8b69d3cf3a87.tar.xz
Doc typo fixes
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 df18cb5..7a56a65 100644
--- a/doc/s6-linux-init-logouthookd.html
+++ b/doc/s6-linux-init-logouthookd.html
@@ -56,7 +56,7 @@ will definitely not do it.
Some distributions use versions of <tt>login</tt> that fork the user's
shell instead of execing it. When the user logs out, the <tt>login</tt>
program cleans up after itself. This is a better model, but it's not
-always easy to patch <tt>login</tt> to go from a "exec the shell" model to a
+always easy to patch <tt>login</tt> to go from an "exec the shell" model to a
"fork the shell as a child" model.
</p>
@@ -78,7 +78,7 @@ no program uses it. However, here's the list for completeness:
</p>
<ul>
- <li> 0: success, whether or not there was an utmp record to clean up. </li>
+ <li> 0: success, whether or not there was a utmp record to clean up. </li>
<li> 1: connection attempt from a non-root user. </li>
<li> 2: write attempt from a (misprogrammed) client. </li>
<li> 111: system call failed. </li>