[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.
This commit is contained in:
kay.sievers@vrfy.org 2004-01-14 18:18:12 -08:00 committed by Greg KH
parent 78812b99d3
commit b6864b4bf1
1 changed files with 3 additions and 0 deletions

3
udev.8
View File

@ -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