diff options
Diffstat (limited to 'man/zperror.3')
| -rw-r--r-- | man/zperror.3 | 21 |
1 files changed, 21 insertions, 0 deletions
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 <zahl.h> + +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) |
