From 1acd4252b0aefaa03d227217828a8b69d3cf3a87 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Fri, 7 Apr 2023 12:52:31 +0000
Subject: Doc typo fixes
Signed-off-by: Laurent Bercot
---
doc/s6-linux-init-logouthookd.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc/s6-linux-init-logouthookd.html')
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 login that fork the user's
shell instead of execing it. When the user logs out, the login
program cleans up after itself. This is a better model, but it's not
-always easy to patch login to go from a "exec the shell" model to a
+always easy to patch login to go from an "exec the shell" model to a
"fork the shell as a child" model.
@@ -78,7 +78,7 @@ no program uses it. However, here's the list for completeness:
- - 0: success, whether or not there was an utmp record to clean up.
+ - 0: success, whether or not there was a utmp record to clean up.
- 1: connection attempt from a non-root user.
- 2: write attempt from a (misprogrammed) client.
- 111: system call failed.
--
cgit v1.2.3