File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
keps/sig-node/2000-graceful-node-shutdown Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ Some of these cases will involve the machine receiving an ACPI event to change
273
273
the power state. The machine can go from G0 (working state) to G2 (Soft Off)
274
274
and finally to G3 (Off) [ more info on ACPI
275
275
states] ( https://en.wikipedia.org/wiki/Advanced_Configuration_and_Power_Interface ) .
276
- On Linux, prior to shutdown usually a system demon will listen to these events
276
+ On Linux, prior to shutdown usually a system daemon will listen to these events
277
277
and perform some series of actions prior to userspace calling the
278
278
[ reboot(2)] ( https://man7.org/linux/man-pages/man2/reboot.2.html ) systemcall
279
279
with ` LINUX_REBOOT_CMD_POWER_OFF ` or ` LINUX_REBOOT_CMD_HALT ` to actually
You can’t perform that action at this time.
0 commit comments