summaryrefslogtreecommitdiffstats
path: root/docs/INHIBITOR_LOCKS.md
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2024-04-27 10:00:00 +0200
committerLuca Boccassi <luca.boccassi@gmail.com>2024-04-27 12:11:13 +0200
commitc309b9e9c3e56a89d0f11ae40f5c088ac5cbccee (patch)
tree92d118874a2e3cbc01a54e31a3ac0932e5734945 /docs/INHIBITOR_LOCKS.md
parentFix spelling errors found by Lintian (diff)
downloadsystemd-c309b9e9c3e56a89d0f11ae40f5c088ac5cbccee.tar.xz
systemd-c309b9e9c3e56a89d0f11ae40f5c088ac5cbccee.zip
treewide: fix a few typos in NEWS, docs, comments, and log messages
Diffstat (limited to 'docs/INHIBITOR_LOCKS.md')
-rw-r--r--docs/INHIBITOR_LOCKS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INHIBITOR_LOCKS.md b/docs/INHIBITOR_LOCKS.md
index 7b98d4bac0..1308f6e388 100644
--- a/docs/INHIBITOR_LOCKS.md
+++ b/docs/INHIBITOR_LOCKS.md
@@ -87,7 +87,7 @@ A delay lock taken this way should be released ASAP on reception of PrepareForSh
**ListInhibitors()** lists all currently active inhibitor locks. It returns an array of structs, each consisting of What, Who, Why, Mode as above, plus the PID and UID of the process that requested the lock.
-The **PrepareForShutdown()** and **PrepareForSleep()** signals are emitted when a system suspend or shutdown has been requested and is about to be executed, as well as after the the suspend/shutdown was completed (or failed).
+The **PrepareForShutdown()** and **PrepareForSleep()** signals are emitted when a system suspend or shutdown has been requested and is about to be executed, as well as after the suspend/shutdown was completed (or failed).
The signals carry a boolean argument.
If _True_ the shutdown/sleep has been requested, and the preparation phase for it begins, if _False_ the operation has finished completion (or failed).