*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: perror | Section: 3 | Source: UNIX v10 | File: perror.3
PERROR(3) Library Functions Manual PERROR(3) NAME perror, sys_errlist, sys_nerr - system error messages SYNOPSIS perror(s) char *s; int sys_nerr; char *sys_errlist[]; DESCRIPTION Perror produces a short error message on the standard error file de- scribing the last error encountered during a call to the system from a C program. First the argument string s is printed, then a colon, then the message and a new-line. The error number is taken from the exter- nal variable errno (see intro(2)), which is changed only when errors occur. Sys_errlist is a vector of message strings. Errno can be used as an index in this table to get the message string without the newline. Sys_nerr is the number of messages in the table. SEE ALSO intro(2) PERROR(3)

Navigation Options