aboutsummaryrefslogtreecommitdiffstats
path: root/liberror_print_bactrace.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-06-09 18:50:11 +0200
committerMattias Andrée <maandree@kth.se>2020-06-09 18:50:11 +0200
commit7575cd5c0a7be7ab4cd4d01aedb26da2637b779d (patch)
treedbd88a931f21d1ebbf638e3a70683cf90253656c /liberror_print_bactrace.3
parentUpdate minor number (diff)
downloadliberror-7575cd5c0a7be7ab4cd4d01aedb26da2637b779d.tar.gz
liberror-7575cd5c0a7be7ab4cd4d01aedb26da2637b779d.tar.bz2
liberror-7575cd5c0a7be7ab4cd4d01aedb26da2637b779d.tar.xz
Fix filename
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'liberror_print_bactrace.3')
-rw-r--r--liberror_print_bactrace.366
1 files changed, 0 insertions, 66 deletions
diff --git a/liberror_print_bactrace.3 b/liberror_print_bactrace.3
deleted file mode 100644
index 72a90d7..0000000
--- a/liberror_print_bactrace.3
+++ /dev/null
@@ -1,66 +0,0 @@
-.TH LIBERROR_PRINT_BACKTRACE 3 2019-04-13 liberror
-.SH NAME
-liberror_print_backtrace \- print the backtrace of an error
-.SH SYNOPSIS
-.nf
-#include <liberror.h>
-
-void liberror_print_backtrace(struct liberror_error *\fIerror\fP, FILE *\fIfp\fP, const char *\fIindent\fP);
-.fi
-.PP
-Link with
-.IR \-lerror .
-.SH DESCRIPTION
-The
-.BR liberror_print_backtrace ()
-function prints the backtrace of the error
-specified in the
-.I error
-parameter. If no backtrace have been assigned,
-for example if the backtace record could not be
-allocated, the function will return without
-side-effects.
-.PP
-The
-.BR liberror_print_error (3)
-function calls the
-.BR liberror_print_backtrace ()
-function, so there is no need to call the
-.BR liberror_print_backtrace ()
-function unless you are doing a custom error print.
-.PP
-.B liberror
-only implements a no-operation function, the actual
-implementation is implemented in the
-.BR liberror-backtrace (7)
-library.
-.SH RETURN VALUE
-None.
-.SH ERRORS
-.I errno
-will never be changed.
-.SH EXAMPLES
-None.
-.SH APPLICATION USAGE
-None.
-.SH RATIONALE
-None.
-.SH FUTURE DIRECTIONS
-None.
-.SH NOTES
-None.
-.SH SEE ALSO
-.BR liberror (7),
-.BR liberror.h (0),
-.BR liberror_copy_error (3),
-.BR liberror_end (3),
-.BR liberror_free_error (3),
-.BR liberror_get_error (3),
-.BR liberror_pop_error (3),
-.BR liberror_print_error (3),
-.BR liberror_reset_error (3),
-.BR liberror_save_backtrace (3),
-.BR liberror_set_error (3),
-.BR liberror_set_error_errno (3),
-.BR liberror_set_error_existing (3),
-.BR liberror_start (3)