Deleted Added
full compact
sigvec.2 (1574) sigvec.2 (13561)
1.\" Copyright (c) 1980, 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.

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

143.It Dv SIGABRT No " create core image" Xr abort 2
144call (formerly
145.Dv SIGIOT )
146.It Dv SIGEMT No " create core image" " emulate instruction executed"
147.It Dv SIGFPE No " create core image" " floating-point exception"
148.It Dv SIGKILL No " terminate process" " kill program"
149.It Dv SIGBUS No " create core image" " bus error"
150.It Dv SIGSEGV No " create core image" " segmentation violation"
1.\" Copyright (c) 1980, 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.

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

143.It Dv SIGABRT No " create core image" Xr abort 2
144call (formerly
145.Dv SIGIOT )
146.It Dv SIGEMT No " create core image" " emulate instruction executed"
147.It Dv SIGFPE No " create core image" " floating-point exception"
148.It Dv SIGKILL No " terminate process" " kill program"
149.It Dv SIGBUS No " create core image" " bus error"
150.It Dv SIGSEGV No " create core image" " segmentation violation"
151.It Dv SIGSYS No " create core image" " system call given invalid argument"
151.It Dv SIGSYS No " create core image" " non-existent system call invoked"
152.It Dv SIGPIPE No " terminate process" " write on a pipe with no reader"
153.It Dv SIGALRM No " terminate process" " real-time timer expired"
154.It Dv SIGTERM No " terminate process" " software termination signal"
155.It Dv SIGURG No " discard signal" " urgent condition present on socket"
156.It Dv SIGSTOP No " stop process" " stop (cannot be caught or ignored)"
157.It Dv SIGTSTP No " stop process" " stop signal generated from keyboard"
158.It Dv SIGCONT No " discard signal" " continue after stop"
159.It Dv SIGCHLD No " discard signal" " child status has changed"

--- 166 unchanged lines hidden ---
152.It Dv SIGPIPE No " terminate process" " write on a pipe with no reader"
153.It Dv SIGALRM No " terminate process" " real-time timer expired"
154.It Dv SIGTERM No " terminate process" " software termination signal"
155.It Dv SIGURG No " discard signal" " urgent condition present on socket"
156.It Dv SIGSTOP No " stop process" " stop (cannot be caught or ignored)"
157.It Dv SIGTSTP No " stop process" " stop signal generated from keyboard"
158.It Dv SIGCONT No " discard signal" " continue after stop"
159.It Dv SIGCHLD No " discard signal" " child status has changed"

--- 166 unchanged lines hidden ---