aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2014-01-09 12:18:46 +0100
committerJuan Cespedes <cespedes@debian.org>2014-01-09 12:18:46 +0100
commit6aafe5507b40eced6c12448b8b6f1079f0802d63 (patch)
tree1f87218454cb0b06c90bf7dc109b80ca2aa99a3c
parent0f6f30c4d0fbedda3aa4bc707a75085bcc2c8f7f (diff)
downloadltrace-6aafe5507b40eced6c12448b8b6f1079f0802d63.tar.gz
minor fixes in manpages
-rw-r--r--ltrace.12
-rw-r--r--ltrace.conf.57
2 files changed, 5 insertions, 4 deletions
diff --git a/ltrace.1 b/ltrace.1
index 9e8577e..1d5ee63 100644
--- a/ltrace.1
+++ b/ltrace.1
@@ -317,7 +317,7 @@ library files.
It has most of the bugs stated in
.BR strace(1) .
.LP
-It only works on Linux and in a small subset of architectures.
+It only works on Linux and in some architectures.
.LP
.PP
If you would like to report a bug, send a message to the mailing list
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