From: Torstein Husebø Date: Mon, 9 Mar 2015 12:02:56 +0000 (+0100) Subject: Fix typos X-Git-Tag: v219.0~463 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=4a6970c5354cd367b1fa62114057d8e084a20403 Fix typos --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 352255129..5d7518b34 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -568,7 +568,7 @@ DHCP client identifier to use. Either mac to use the MAC address of the link or duid - (the default) to use a RFC4361-complient Client ID. + (the default) to use a RFC4361-compliant Client ID. diff --git a/src/systemd/sd-daemon.h b/src/systemd/sd-daemon.h index b878b4d8a..861dc8f1f 100644 --- a/src/systemd/sd-daemon.h +++ b/src/systemd/sd-daemon.h @@ -168,7 +168,7 @@ int sd_is_mq(int fd, const char *path); value daemons should send is "READY=1". 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 feedback, fsck-like programs could pass completion percentages and failing programs could pass a human