From 57bfbe4a09a898f11da686646164d3fdf3875123 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 13 Apr 2019 20:41:54 +0200 Subject: And man pages for the function, and add print function to user specifiec error details MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- liberror_free_error.3 | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 liberror_free_error.3 (limited to 'liberror_free_error.3') diff --git a/liberror_free_error.3 b/liberror_free_error.3 new file mode 100644 index 0000000..12d2624 --- /dev/null +++ b/liberror_free_error.3 @@ -0,0 +1,47 @@ +.TH LIBERROR_FREE_ERROR 3 2019-04-13 liberror +.SH NAME +liberror_free_error \- deallocate an error +.SH SYNOPSIS +.nf +#include + +void liberror_free_error(struct liberror_error *\fIerror\fP); +.fi +.PP +Link with +.IR \-lerror . +.SH DESCRIPTION +The +.BR liberror_free_error () +function deallocates +.I error +recursively. If +.I error +is +.I NULL +the function will return without doing anything. +.SH RETURN VALUE +None. +.SH ERRORS +None. +.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_get_error (3), +.BR liberror_print_bactrace (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) -- cgit v1.2.3-70-g09d2