1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-04 21:47:31 +03:00

Fix typos

This commit is contained in:
Torstein Husebø 2015-03-09 13:02:56 +01:00 committed by Daniel Mack
parent 27a9986b20
commit 4a6970c535
2 changed files with 2 additions and 2 deletions

View File

@ -568,7 +568,7 @@
<listitem> <listitem>
<para>DHCP client identifier to use. Either <literal>mac</literal> <para>DHCP client identifier to use. Either <literal>mac</literal>
to use the MAC address of the link or <literal>duid</literal> to use the MAC address of the link or <literal>duid</literal>
(the default) to use a RFC4361-complient Client ID.</para> (the default) to use a RFC4361-compliant Client ID.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>

View File

@ -168,7 +168,7 @@ int sd_is_mq(int fd, const char *path);
value daemons should send is "READY=1". value daemons should send is "READY=1".
STATUS=... Passes a single-line status string back to systemd STATUS=... Passes a single-line status string back to systemd
that describes the daemon state. This is free-from that describes the daemon state. This is free-form
and can be used for various purposes: general state and can be used for various purposes: general state
feedback, fsck-like programs could pass completion feedback, fsck-like programs could pass completion
percentages and failing programs could pass a human percentages and failing programs could pass a human