psignal.3 (0014b4c0e1918a58de150539074fdd8454bb1f2b) | psignal.3 (08398af3763c9941a3a7593c3cfb49f43f8c42c1) |
---|---|
1.\" Copyright (c) 1983, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 26 unchanged lines hidden (view full) --- 35.Dt PSIGNAL 3 36.Os BSD 4.2 37.Sh NAME 38.Nm psignal , 39.Nm sys_siglist , 40.Nm sys_signame 41.Nd system signal messages 42.Sh SYNOPSIS | 1.\" Copyright (c) 1983, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 26 unchanged lines hidden (view full) --- 35.Dt PSIGNAL 3 36.Os BSD 4.2 37.Sh NAME 38.Nm psignal , 39.Nm sys_siglist , 40.Nm sys_signame 41.Nd system signal messages 42.Sh SYNOPSIS |
43.Fd #include <sys/signal.h> | 43.Fd #include <signal.h> |
44.Ft void 45.Fn psignal "unsigned sig" "const char *s" 46.Vt extern const char * const sys_siglist[]; 47.Vt extern const char * const sys_signame[]; 48.Sh DESCRIPTION 49The 50.Fn psignal 51function locates the descriptive message --- 41 unchanged lines hidden --- | 44.Ft void 45.Fn psignal "unsigned sig" "const char *s" 46.Vt extern const char * const sys_siglist[]; 47.Vt extern const char * const sys_signame[]; 48.Sh DESCRIPTION 49The 50.Fn psignal 51function locates the descriptive message --- 41 unchanged lines hidden --- |