demangle lib.cstdlib
[platform/upstream/ltrace.git] / ltrace.1
index e7facaf..382f09b 100644 (file)
--- 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