From: Juan Cespedes Date: Thu, 9 Jan 2014 11:18:46 +0000 (+0100) Subject: minor fixes in manpages X-Git-Tag: accepted/tizen/common/20140822.152031~110 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=3da1b63c19adf0300546d2ead50149dac6126323;p=platform%2Fupstream%2Fltrace.git minor fixes in manpages --- 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