summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Baron <elliott@localhost.localdomain>2009-01-09 16:58:48 -0500
committerElliott Baron <elliott@localhost.localdomain>2009-01-09 16:58:48 -0500
commit1c1de83d57f78c7d3f38c1e40ebabf1a286c3b04 (patch)
treebbbe420dde8961d7a3dad276982d4cbef1666653
parent90341d42c4a077c15236e233951472eeeac455f1 (diff)
downloadsystemtap-steved-1c1de83d57f78c7d3f38c1e40ebabf1a286c3b04.tar.gz
systemtap-steved-1c1de83d57f78c7d3f38c1e40ebabf1a286c3b04.tar.xz
systemtap-steved-1c1de83d57f78c7d3f38c1e40ebabf1a286c3b04.zip
Added %M info to stap.1.in
-rw-r--r--ChangeLog4
-rw-r--r--stap.1.in5
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cf335bee..88303b0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-09 Elliott Baron <ebaron@redhat.com>
+
+ * stap.1.in: Added %M info.
+
2009-01-09 Dave Brolley <brolley@redhat.com>
* Makefile.am (stamp-ssl): Removed.
diff --git a/stap.1.in b/stap.1.in
index 31bea382..cde049a3 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -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.