doc: cosmetic.
This commit is contained in:
parent
dd576f71af
commit
4d9430b6be
10 changed files with 42 additions and 84 deletions
|
|
@ -94,6 +94,9 @@ title: Variables References
|
|||
| Thread id | `@{tid}` | `[0-9]*` |
|
||||
| Single hexadecimal character | `@{h}` | `[0-9a-fA-F]` |
|
||||
| Single alphanumeric character | `@{c}` | `[0-9a-zA-Z]` |
|
||||
| PCI Devices | `@{pci}` | `@{pci_bus}/**/` |
|
||||
| PCI Bus | `@{pci_bus}` | `pci@{h}@{h}@{h}@{h}:@{h}@{h}` |
|
||||
| PCI Id | `@{pci_id}` | `@{h}@{h}@{h}@{h}:@{h}@{h}:@{h}@{h}.@{h}` |
|
||||
|
||||
**System Paths**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue