From: Yu Watanabe Date: Sat, 31 Aug 2024 02:19:13 +0000 (+0900) Subject: man: fix typo X-Git-Tag: v257-rc1~585 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3722db214bf201d3c539d60c8d17c29fc3806730;p=thirdparty%2Fsystemd.git man: fix typo Follow-up for 1ff0164be5978b824d2213bc546dac66619e1a48. --- diff --git a/man/sd_device_get_syspath.xml b/man/sd_device_get_syspath.xml index 63ef61e1ff5..d69f3066f03 100644 --- a/man/sd_device_get_syspath.xml +++ b/man/sd_device_get_syspath.xml @@ -184,7 +184,7 @@ sd_device_new_from_device_id(), a new instance of the same device record will be gained. When a block or character device is specified, which has corresponding device node, this returns b or c, respectively, followed by the device node major and minor - numbers separated with a colon. Example: b259:1 or c10:121. Whan a + numbers separated with a colon. Example: b259:1 or c10:121. When a network interface device is specified, this returns n followed by the interface index, which can be obtained by sd_device_get_ifindex(). Example: n1. When a device in the driver subsystem is specified, this returns