aboutsummaryrefslogtreecommitdiff
path: root/ltrace.1
diff options
context:
space:
mode:
Diffstat (limited to 'ltrace.1')
-rw-r--r--ltrace.14
1 files changed, 2 insertions, 2 deletions
diff --git a/ltrace.1 b/ltrace.1
index 17dcd3a..0770479 100644
--- a/ltrace.1
+++ b/ltrace.1
@@ -1,4 +1,4 @@
-.\" Copyright (c) 1997,1998 Juan Cespedes <cespedes@debian.org>
+.\" Copyright (c) 1997-1999 Juan Cespedes <cespedes@debian.org>
.\" This file is covered by the GNU GPL
.TH ltrace 1
.SH NAME
@@ -97,7 +97,7 @@ mark negates the set of values. For example
means to trace only the printf library call. By contrast,
.I \-e !printf
means to trace every library call except printf.
-.LP
+.IP
Note that some shells use the exclamation point for history
expansion; even inside quoted arguments. If so, you must escape
the exclamation point with a backslash.