]> sourceware.org Git - systemtap.git/commitdiff
Added %M info to stap.1.in
authorElliott Baron <elliott@localhost.localdomain>
Fri, 9 Jan 2009 21:58:48 +0000 (16:58 -0500)
committerElliott Baron <elliott@localhost.localdomain>
Fri, 9 Jan 2009 21:58:48 +0000 (16:58 -0500)
ChangeLog
stap.1.in

index cf335bee010c7a1ba479a267a7a6a8959a9a372f..88303b0f352f2feac791f7a8568488401afb81a5 100644 (file)
--- 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.
index 31bea382b64ddec9f1253161257bb8382908b15e..cde049a3093c4344009955e5d1315582100351d9 100644 (file)
--- 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.
This page took 0.036057 seconds and 5 git commands to generate.