summaryrefslogtreecommitdiff
path: root/udev.8
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-01-14 18:18:12 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:16 -0700
commitb6864b4bf1945d6b950a77e96fd68e9952bbeb02 (patch)
treef95117a911b673d5e1aa0d5d77d2846b6564bfa0 /udev.8
parent78812b99d371f362bb0e0eb1c111a8a7adffe48f (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.83
1 files changed, 3 insertions, 0 deletions
diff --git a/udev.8 b/udev.8
index c78fd4a32b..1ca42982ea 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