aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog15
-rw-r--r--etc/ltrace.conf2
-rw-r--r--ltrace.16
3 files changed, 17 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 2304407..13161d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
-2006-02-16 Ian Wienand <ianw@ieee.org>
+2006-02-16 Bernd Zeimetz <bernd@zeimetz.de>
+
+ * ltrace.1: reference reportbug
+
+2006-02-16 Colin S. Miller <csmiller@iname.com>
+
+ * ltrace.1: fix debug typo
- * README: update
+2006-02-16 Andrew Stribblehill <ads@debian.org>
+
+ * etc/ltrace.conf: fix putenv typo
+
+2006-02-16 Ian Wienand <ianw@ieee.org>
+ * README: update \ No newline at end of file
diff --git a/etc/ltrace.conf b/etc/ltrace.conf
index 7ecce4d..14cb7e8 100644
--- a/etc/ltrace.conf
+++ b/etc/ltrace.conf
@@ -220,7 +220,7 @@ addr calloc(ulong, ulong);
void exit(int);
void free(addr);
string getenv(string);
-int putsenv(string);
+int putenv(string);
int setenv(string,string,int);
void unsetenv(string);
addr malloc(ulong);
diff --git a/ltrace.1 b/ltrace.1
index 51a1bf1..5171a72 100644
--- a/ltrace.1
+++ b/ltrace.1
@@ -36,7 +36,7 @@ this makes C++ function names readable.
.I \-d, \-\-debug
Increase the debugging level.
Use more (ie.
-.I \=dd
+.I \-dd
) for greater debugging information.
.TP
.I \-e expr
@@ -142,8 +142,8 @@ It only works on Linux and in a small subset of architectures.
.LP
Only ELF32 binaries are supported.
.PP
-If you like to report a bug, send a notice to the author, or use the
-.BR bug(1)
+If you would like to report a bug, send a notice to the author, or use the
+.BR reportbug(1)
program if you are under the Debian GNU/Linux distribution.
.SH FILES