From 3722db214bf201d3c539d60c8d17c29fc3806730 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 31 Aug 2024 11:19:13 +0900 Subject: [PATCH] man: fix typo Follow-up for 1ff0164be5978b824d2213bc546dac66619e1a48. --- man/sd_device_get_syspath.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3