diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-01-14 18:18:12 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:16 -0700 |
commit | b6864b4bf1945d6b950a77e96fd68e9952bbeb02 (patch) | |
tree | f95117a911b673d5e1aa0d5d77d2846b6564bfa0 /udev.8 | |
parent | 78812b99d371f362bb0e0eb1c111a8a7adffe48f (diff) |
[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.
Diffstat (limited to 'udev.8')
-rw-r--r-- | udev.8 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |