.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "MODXSLT-PERROR" 1 "September 6, 2004" "" "" .SH NAME modxslt-perror \- program to convert numeric error values into human readable strings .SH "SYNOPSIS" .ad l .hy 0 .HP 15 \fBmodxslt\-perror\fR [\fIERRNO\fR] .ad .hy .SH "DESCRIPTION" .PP \fBmodxslt\-perror\fR can be used to convert a numeric error number into a human readable string\&. All it does, is reading the specified error \fIERRNO\fR from the command line, and convert it into a string using \fBstrerror\fR\&. .PP \fBmodxslt\-perror\fR exists since modxslt and libmodxslt can be used from multithreaded application, but strerror is not reentrant and cannot be used directly\&. .PP modxslt and libmodxslt will thus always output numeric error values, not very useful to human beings\&. .SH "OPTIONS" .TP \fIERRNO\fR The numeric error value, usually referred as system errno\&. .SH "EXAMPLES" .nf $ \fBmodxslt\-perror 13\fR 13: Permission denied $ \fBmodxslt\-perror 23\fR 23: Too many open files in system .fi .SH "SEE ALSO" .PP errno (3), strerror (3), modxslt manual, http://www\&.modxslt2\&.com .SH "LICENSE" .PP This manual page was written by Carlo Contavalli \&. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation\&. .SH AUTHOR Carlo Contavalli.