psignal.3 (12dacf622b5b8b31e2bcca0bebc9d3dba4755a83) psignal.3 (c2965cd1854b75e6a13cb4bd6759b71adc8d2a87)
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.

--- 65 unchanged lines hidden (view full) ---

74and does not point to the null character,
75.Fa s
76is written to the standard error file descriptor
77prior to the message string,
78immediately followed by a colon and a space.
79If the signal number is not recognized
80.Pq Xr sigaction 2 ,
81the string
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.

--- 65 unchanged lines hidden (view full) ---

74and does not point to the null character,
75.Fa s
76is written to the standard error file descriptor
77prior to the message string,
78immediately followed by a colon and a space.
79If the signal number is not recognized
80.Pq Xr sigaction 2 ,
81the string
82.Dq "Unknown signal
82.Dq "Unknown signal"
83is produced.
84.Pp
85The message strings can be accessed directly
86through the external array
87.Va sys_siglist ,
88indexed by recognized signal numbers.
89The external array
90.Va sys_signame

--- 19 unchanged lines hidden ---
83is produced.
84.Pp
85The message strings can be accessed directly
86through the external array
87.Va sys_siglist ,
88indexed by recognized signal numbers.
89The external array
90.Va sys_signame

--- 19 unchanged lines hidden ---