From 76d0af5599554d11f104d582cdac8fbaa8569fcc Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 4 Mar 2016 23:50:00 +0100 Subject: Clean up, add zerror and zperror, fix bugs and add more tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- man/zperror.3 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 man/zperror.3 (limited to 'man/zperror.3') diff --git a/man/zperror.3 b/man/zperror.3 new file mode 100644 index 0000000..fa01d90 --- /dev/null +++ b/man/zperror.3 @@ -0,0 +1,21 @@ +.TH ZPERROR 3 libzahl +.SH NAME +zperror - Print a libzahl error message +.SH SYNOPSIS +.nf +#include + +void zperror(const char *\fIprefix\fP); +.fi +.SH DESCRIPTION +.B zperror +prints a libzahl error message to standard error. +Unless +.I prefix +is +.B 0 +or an empty string, the message is prefixed by +.IR prefix , +a colon and a blank space. +.SH SEE ALSO +.BR zerror (3) -- cgit v1.2.3-70-g09d2