mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-07 17:17:44 +03:00
[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:
parent
78812b99d3
commit
b6864b4bf1
3
udev.8
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user