*** 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: strsignal | Section: 3 | Source: OpenBSD | File: strsignal.3
STRSIGNAL(3) FreeBSD Library Functions Manual STRSIGNAL(3) NAME strsignal - get signal description string SYNOPSIS #include <string.h> char * strsignal(int sig); DESCRIPTION The strsignal() function returns a pointer to the string describing the signal sig. The array pointed to is not to be modified by the program, but may be overwritten by subsequent calls to strsignal(). SEE ALSO intro(2), psignal(3), setlocale(3) STANDARDS The strsignal() function conforms to IEEE Std 1003.1-2008 ("POSIX.1"). HISTORY The strsignal() function first appeared in AT&T System V Release 4 UNIX and was reimplemented for NetBSD 1.0. CAVEATS On systems other than OpenBSD, the LC_MESSAGES locale(1) category can cause different strings to be returned instead of the normal signal descriptions; see CAVEATS in setlocale(3) for details. FreeBSD 14.1-RELEASE-p8 May 16, 2019 FreeBSD 14.1-RELEASE-p8

Navigation Options