From 850115b3a1119c87f14ecb7634615632ef0b1933 Mon Sep 17 00:00:00 2001 From: Joost Heitbrink Date: Tue, 15 Jan 2019 21:27:08 +0100 Subject: [PATCH] Fix omission in docs change "if is missing" to "if /etc/machine-id is missing". --- man/sd_id128_get_machine.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/sd_id128_get_machine.xml b/man/sd_id128_get_machine.xml index 0884838..0bfe1b5 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. -- 2.7.4