diff options
author | Dmitry V. Levin <ldv@strace.io> | 2024-04-27 10:00:00 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-04-27 12:11:13 +0200 |
commit | c309b9e9c3e56a89d0f11ae40f5c088ac5cbccee (patch) | |
tree | 92d118874a2e3cbc01a54e31a3ac0932e5734945 /man/sd_notify.xml | |
parent | Fix spelling errors found by Lintian (diff) | |
download | systemd-c309b9e9c3e56a89d0f11ae40f5c088ac5cbccee.tar.xz systemd-c309b9e9c3e56a89d0f11ae40f5c088ac5cbccee.zip |
treewide: fix a few typos in NEWS, docs, comments, and log messages
Diffstat (limited to 'man/sd_notify.xml')
-rw-r--r-- | man/sd_notify.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_notify.xml b/man/sd_notify.xml index e73647ecb7..35c450b128 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -270,7 +270,7 @@ <listitem><para>The exit status of a service or the manager itself. Note that <command>systemd</command> currently does not consume this value when sent by services, so this assignment is only informational. The manager will send this notification to <emphasis>its</emphasis> - notification socket, which may be used to to collect an exit status from the system (a container or + notification socket, which may be used to collect an exit status from the system (a container or VM) as it shuts down. For example, <citerefentry project='debian'><refentrytitle>mkosi</refentrytitle><manvolnum>1</manvolnum></citerefentry> makes use of this. The value to return may be set via the @@ -446,7 +446,7 @@ </variablelist> <para>The notification messages sent by services are interpreted by the service manager. Unknown - assignments are ignored. Thus, it is is safe (but often without effect) to send assignments which are not + assignments are ignored. Thus, it is safe (but often without effect) to send assignments which are not in this list. The protocol is extensible, but care should be taken to ensure private extensions are recognizable as such. Specifically, it is recommend to prefix them with <literal>X_</literal> followed by some namespace identifier. The service manager also sends some messages to <emphasis>its</emphasis> |