From 7575cd5c0a7be7ab4cd4d01aedb26da2637b779d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 9 Jun 2020 18:50:11 +0200 Subject: Fix filename MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- liberror_print_bactrace.3 | 66 ----------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 liberror_print_bactrace.3 (limited to 'liberror_print_bactrace.3') 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 - -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) -- cgit v1.2.3-70-g09d2