From: Yu Watanabe Date: Fri, 13 Nov 2020 07:22:11 +0000 (+0900) Subject: man: fix typo X-Git-Tag: v247~63^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c09eac7d27c23006107aaf5fb5c17c3b85b5b90;p=thirdparty%2Fsystemd.git man: fix typo --- diff --git a/man/udev.xml b/man/udev.xml index 68067fbbd9c..14e4c21aaeb 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -132,7 +132,7 @@ The string can be prefixed with a lowercase e (e"string\n") to mark the string as C-style escaped. 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. + This can be useful for writing special characters when a kernel driver requires them. Please note that NUL is not allowed in either string variant.