From 5c09eac7d27c23006107aaf5fb5c17c3b85b5b90 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 13 Nov 2020 16:22:11 +0900 Subject: [PATCH] man: fix typo --- man/udev.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3