From b6864b4bf1945d6b950a77e96fd68e9952bbeb02 Mon Sep 17 00:00:00 2001 From: "kay.sievers@vrfy.org" Date: Wed, 14 Jan 2004 18:18:12 -0800 Subject: [PATCH] [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. --- udev.8 | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2