From: kay.sievers@vrfy.org Date: Thu, 15 Jan 2004 02:18:12 +0000 (-0800) Subject: [PATCH] udev - mention format string escape char in man page X-Git-Tag: 014~19 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=b6864b4bf1945d6b950a77e96fd68e9952bbeb02 [PATCH] udev - mention format string escape char in man page If we want to pass any '%' down to a program, you need to ecape it by '%%', otherwise we try to expand it with our own format char list. --- diff --git a/udev.8 b/udev.8 index c78fd4a32..1ca42982e 100644 --- a/udev.8 +++ b/udev.8 @@ -201,6 +201,9 @@ field for the obvious reason.) Use the devfs style disk name for this device. For partitions, this will result in 'part%n' If this is not a partition, it will result in 'disc'. +.TP +.B %% +The '%' char itself. .P .RI "A sample " udev.rules " might look like this:" .sp