]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 13 Nov 2020 07:22:11 +0000 (16:22 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 13 Nov 2020 07:29:00 +0000 (16:29 +0900)
man/udev.xml

index 68067fbbd9c28d388792871ff244452edf296765..14e4c21aaebac7211e24c750f36a5441d4f9e607 100644 (file)
           <para>The string can be prefixed with a lowercase e (e"string\n") to mark the string as
           <ulink url="https://en.wikipedia.org/wiki/Escape_sequences_in_C#Table_of_escape_sequences">C-style escaped</ulink>.
           For example, e"string\n" is parsed as 7 characters: 6 lowercase letters and a newline.
-          This can be useful for writting special characters when a kernel driver requires them.</para>
+          This can be useful for writing special characters when a kernel driver requires them.</para>
 
           <para>Please note that <constant>NUL</constant> is not allowed in either string variant.</para>
       </refsect2>