[ltrace-commits] 01/01: minor fixes in manpages

Juan Cespedes cespedes at moszumanska.debian.org
Thu Jan 9 11:19:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

cespedes pushed a commit to branch master
in repository ltrace.

commit 6aafe5507b40eced6c12448b8b6f1079f0802d63
Author: Juan Cespedes <cespedes at debian.org>
Date:   Thu Jan 9 12:18:46 2014 +0100

    minor fixes in manpages
---
 ltrace.1      | 2 +-
 ltrace.conf.5 | 7 ++++---
 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/ltrace.git



More information about the ltrace-commits mailing list