summaryrefslogtreecommitdiff
path: root/ltrace.1
diff options
context:
space:
mode:
Diffstat (limited to 'ltrace.1')
-rw-r--r--ltrace.11
1 files changed, 0 insertions, 1 deletions
diff --git a/ltrace.1 b/ltrace.1
index e7facaf..382f09b 100644
--- a/ltrace.1
+++ b/ltrace.1
@@ -234,7 +234,6 @@ Filters are specified with the \-l, \-e and \-x options. In short they mean:
Suppose I have a library defined with this header \fBtstlib.h\fR:
.PP
.Vb 6
-\& #pragma once
\& void func_f_lib(void);
\& void func_g_lib(void);
.Ve