From a1a1d9ed137c8e404e7f0bd41804099ef18b9267 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 29 Feb 2016 15:34:38 +0100 Subject: Add a number of man pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- man/zunsetup.3 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 man/zunsetup.3 (limited to 'man/zunsetup.3') diff --git a/man/zunsetup.3 b/man/zunsetup.3 new file mode 100644 index 0000000..7f2a0ef --- /dev/null +++ b/man/zunsetup.3 @@ -0,0 +1,20 @@ +.TH ZUNSETUP 3 libzahl +.SH NAME +zsetup - Release all memory used internally by libzahl. +.SH SYNOPSIS +.nf +#include + +void zunsetup(void); +.fi +.SH DESCRIPTION +.B zunsetup +release all memory used internally or cached by libzahl. +You should run this function when you are done using libzahl. +.P +It is possible to call +.B zunsetup +directly followed by +.BR zsetup (3). +.SH SEE ALSO +.BR zsetup (3) -- cgit v1.2.3-70-g09d2