aboutsummaryrefslogtreecommitdiff
path: root/ltrace.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'ltrace.conf.5')
-rw-r--r--ltrace.conf.57
1 files changed, 4 insertions, 3 deletions
diff --git a/ltrace.conf.5 b/ltrace.conf.5
index 7e18e3f..957fe8b 100644
--- a/ltrace.conf.5
+++ b/ltrace.conf.5
@@ -127,8 +127,9 @@ The argument, which should be an integer type, is formatted in base-8.
.TP
.B hex(\fITYPE\fB)
-The argument, which should be an integer type, is formatted in
-base-16.
+The argument, which should be an integer or floating point type, is
+formatted in base-16. Floating point arguments are converted to
+double and then displayed using the \fB%a\fR fprintf modifier.
.TP
.B hide(\fITYPE\fB)
@@ -136,7 +137,7 @@ The argument is not shown in argument list.
.TP
.B bool(\fITYPE\fB)
-Arguments with zero value are shown as "false", other are shown as
+Arguments with zero value are shown as "false", others are shown as
"true".
.TP