summaryrefslogtreecommitdiff
path: root/ltrace.conf.5
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2014-01-09 12:18:46 +0100
committerChanho Park <chanho61.park@samsung.com>2014-08-22 20:38:24 +0900
commit3da1b63c19adf0300546d2ead50149dac6126323 (patch)
tree1f87218454cb0b06c90bf7dc109b80ca2aa99a3c /ltrace.conf.5
parenta19e9ebf0bbd43c84a3229e3e6373a5789b6a3bb (diff)
downloadltrace-3da1b63c19adf0300546d2ead50149dac6126323.tar.gz
ltrace-3da1b63c19adf0300546d2ead50149dac6126323.tar.bz2
ltrace-3da1b63c19adf0300546d2ead50149dac6126323.zip
minor fixes in manpages
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 d953b67..1efd4fc 100644
--- a/ltrace.conf.5
+++ b/ltrace.conf.5
@@ -30,8 +30,9 @@ Ltrace needs this information to display function call arguments.
Each line of a configuration file describes at most a single item.
Lines composed entirely of white space are ignored, as are lines
-starting with semicolon character (comment lines). Described items
-can be either function prototypes, or definitions of type aliases.
+starting with semicolon or hash characters (comment lines). Described
+items can be either function prototypes, or definitions of type
+aliases.
.SH PROTOTYPES
@@ -404,7 +405,7 @@ ltrace configuration line.
.br
.B struct\fR S1 func_struct\fB(int \fRa\fB, struct \fRS2\fB, double \fRd\fB);
.RS
-.B struct(float,char,char)\fR func_struct_2\fB(int, struct(string(array(char, \fR6\fB)),float), double);
+.B struct(float,char,char)\fR func_struct\fB(int, struct(string(array(char, \fR6\fB)),float), double);
.RE
.SH AUTHOR