aboutsummaryrefslogtreecommitdiffstats
path: root/liberror-backtrace.7
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:42:43 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:42:43 +0100
commit4050e95161407a3ee4301d968307504eff4f0932 (patch)
tree9d4b44cd87e56340cc57f26141b011110b1bcb05 /liberror-backtrace.7
parentUpdate e-mail (diff)
downloadliberror-backtrace-4050e95161407a3ee4301d968307504eff4f0932.tar.gz
liberror-backtrace-4050e95161407a3ee4301d968307504eff4f0932.tar.bz2
liberror-backtrace-4050e95161407a3ee4301d968307504eff4f0932.tar.xz
fix doc textHEAD1.0.1master
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--liberror-backtrace.716
1 files changed, 8 insertions, 8 deletions
diff --git a/liberror-backtrace.7 b/liberror-backtrace.7
index af489cf..812a3f9 100644
--- a/liberror-backtrace.7
+++ b/liberror-backtrace.7
@@ -1,4 +1,4 @@
-.TH LIBERROR-BACKTRACE 7 2019-04-14 liberror
+.TH LIBERROR-BACKTRACE 7 LIBERROR
.SH NAME
liberror-backtrace \- implementation of backtrace for liberror
.SH DESCRIPTION
@@ -11,13 +11,13 @@ library. Specifically, it replaces the implementations of the
and
.BR liberror_print_backtrace (3)
functions with implementations that actually save and print
-the backtrace. There is no header files associated with the
+the backtrace. There are no header files associated with the
.B liberror-backtrace
-library it is simply used by linking. If
+library; it is simply used by linking. If
.B liberror
is dynamically linked,
-.B liberror-backtrace shall
-be linked with
+.B liberror-backtrace
+shall be linked with
.I -lerror-backtrace -ldw -lunwind
and
.I -lerror-backtrace
@@ -26,10 +26,10 @@ shall be specified before
If
.B liberror
is statically linked,
-.B liberror-backtrace shall
-be linked with
+.B liberror-backtrace
+shall be linked with
.I -Wl,--whole-archive -lerror-backtrace -Wl,--no-whole-archive -ldw -lunwind
-and it does not matter where whether
+and it does not matter whether
.I -lerror-backtrace
is specified before or after
.IR -lerror .