From: Joost Heitbrink Date: Tue, 15 Jan 2019 20:27:08 +0000 (+0100) Subject: Fix omission in docs X-Git-Tag: v241-rc1~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=850115b3a1119c87f14ecb7634615632ef0b1933;p=thirdparty%2Fsystemd.git Fix omission in docs change "if is missing" to "if /etc/machine-id is missing". --- diff --git a/man/sd_id128_get_machine.xml b/man/sd_id128_get_machine.xml index 08848383247..0bfe1b50020 100644 --- a/man/sd_id128_get_machine.xml +++ b/man/sd_id128_get_machine.xml @@ -122,8 +122,8 @@ sd_id128_get_machine(), sd_id128_get_machine_app_specific(), and sd_id128_get_boot_app_specific() return -ENOENT if - /etc/machine-id is missing, and -ENOMEDIUM if is empty - or all zeros. + /etc/machine-id is missing, and -ENOMEDIUM if + /etc/machine-id is empty or all zeros.