File ltrace.trunk-r43.patch of Package ltrace
------------------------------------------------------------------------
r43 | ianw-guest | 2006-06-16 01:15:18 +0000 (Fri, 16 Jun 2006) | 2 lines
Changed paths:
M /ltrace/trunk/ChangeLog
M /ltrace/trunk/TODO
M /ltrace/trunk/ltrace.1
spelling fixes
------------------------------------------------------------------------
---
ChangeLog | 5 +++++
TODO | 2 +-
ltrace.1 | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
Index: ChangeLog
===================================================================
--- ChangeLog.orig
+++ ChangeLog
@@ -1,3 +1,8 @@
+2006-06-16 Justin Pryzby <justinpryzby@users.sourceforge.net>
+
+ * ltrace.1: spelling fix
+ * TODO: spelling fix
+
2006-06-14 Ian Wienand <ianw@gelato.unsw.edu.au>
* configure.ac: Bump version to 0.5 for Paull Gillam's PPC64
Index: TODO
===================================================================
--- TODO.orig
+++ TODO
@@ -7,7 +7,7 @@
* Update list of syscalls automatically?
* Improve documentation
* Improve -e option
-* Improce -l option
+* Improve -l option
* Improve C++ name demangling
* Display different argument types:
+ how to display execl...?
Index: ltrace.1
===================================================================
--- ltrace.1.orig
+++ ltrace.1
@@ -23,7 +23,7 @@ Its use is very similar to
.SH OPTIONS
.TP
.I \-a, \-\-align column
-Align return values in a secific column (default column is 5/8 of screen width).
+Align return values in a specific column (default column is 5/8 of screen width).
.TP
.I \-c
Count time and calls for each library call and report a summary on program exit.