minor fixes in manpages
authorJuan Cespedes <cespedes@debian.org>
Thu, 9 Jan 2014 11:18:46 +0000 (12:18 +0100)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:24 +0000 (20:38 +0900)
ltrace.1
ltrace.conf.5

index 9e8577e..1d5ee63 100644 (file)
--- 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
index d953b67..1efd4fc 100644 (file)
@@ -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