diff options
Diffstat (limited to 'stap.1.in')
-rw-r--r-- | stap.1.in | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -652,7 +652,10 @@ Character. Signed decimal. .TP %m -Safely reads kernel memory at the given address, outputs its content. The width specifier determines the number of bytes to read. Default is 1 byte. +Safely reads kernel memory at the given address, outputs its content. The precision specifier determines the number of bytes to read. Default is 1 byte. +.TP +%M +Same as %m, but outputs in hexadecimal. The precision specifier determines the number of hexadecimal digits to output. Default is 1 digit. .TP %o Unsigned octal. |