]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 31 Aug 2024 02:19:13 +0000 (11:19 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 31 Aug 2024 02:19:15 +0000 (11:19 +0900)
Follow-up for 1ff0164be5978b824d2213bc546dac66619e1a48.

man/sd_device_get_syspath.xml

index 63ef61e1ff54f09209f2dd021f886035b7e58ccd..d69f3066f03c389ba4e42c19bb18a9dd2bc554a0 100644 (file)
     <function>sd_device_new_from_device_id()</function>, 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
     <literal>b</literal> or <literal>c</literal>, respectively, followed by the device node major and minor
-    numbers separated with a colon. Example: <literal>b259:1</literal> or <literal>c10:121</literal>. Whan a
+    numbers separated with a colon. Example: <literal>b259:1</literal> or <literal>c10:121</literal>. When a
     network interface device is specified, this returns <literal>n</literal> followed by the interface index,
     which can be obtained by <function>sd_device_get_ifindex()</function>. Example: <literal>n1</literal>.
     When a device in the <literal>driver</literal> subsystem is specified, this returns