diff options
Diffstat (limited to 'Documentation/printk-formats.txt')
-rw-r--r-- | Documentation/printk-formats.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/printk-formats.txt b/Documentation/printk-formats.txt index 7561d7ed8e11..8ffb274367c7 100644 --- a/Documentation/printk-formats.txt +++ b/Documentation/printk-formats.txt | |||
@@ -69,6 +69,7 @@ MAC/FDDI addresses: | |||
69 | %pMR 05:04:03:02:01:00 | 69 | %pMR 05:04:03:02:01:00 |
70 | %pMF 00-01-02-03-04-05 | 70 | %pMF 00-01-02-03-04-05 |
71 | %pm 000102030405 | 71 | %pm 000102030405 |
72 | %pmR 050403020100 | ||
72 | 73 | ||
73 | For printing 6-byte MAC/FDDI addresses in hex notation. The 'M' and 'm' | 74 | For printing 6-byte MAC/FDDI addresses in hex notation. The 'M' and 'm' |
74 | specifiers result in a printed address with ('M') or without ('m') byte | 75 | specifiers result in a printed address with ('M') or without ('m') byte |