Deleted Added
full compact
sigvec.2 (13561) sigvec.2 (14101)
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.

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

135.Aq Pa signal.h :
136.Bl -column SIGVTALARMXX "create core imagexxx"
137.It Sy " NAME " " Default Action " " Description"
138.It Dv SIGHUP No " terminate process" " terminal line hangup"
139.It Dv SIGINT No " terminate process" " interrupt program"
140.It Dv SIGQUIT No " create core image" " quit program"
141.It Dv SIGILL No " create core image" " illegal instruction"
142.It Dv SIGTRAP No " create core image" " trace trap"
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.

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

135.Aq Pa signal.h :
136.Bl -column SIGVTALARMXX "create core imagexxx"
137.It Sy " NAME " " Default Action " " Description"
138.It Dv SIGHUP No " terminate process" " terminal line hangup"
139.It Dv SIGINT No " terminate process" " interrupt program"
140.It Dv SIGQUIT No " create core image" " quit program"
141.It Dv SIGILL No " create core image" " illegal instruction"
142.It Dv SIGTRAP No " create core image" " trace trap"
143.It Dv SIGABRT No " create core image" Xr abort 2
143.It Dv SIGABRT No " create core image" Xr abort 3
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" " non-existent system call invoked"

--- 174 unchanged lines hidden ---
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" " non-existent system call invoked"

--- 174 unchanged lines hidden ---