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

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

48terminates a process with the following consequences:
49.Bl -bullet
50.It
51All of the descriptors open in the calling process are closed.
52This may entail delays, for example, waiting for output to drain;
53a process in this state may not be killed, as it is already dying.
54.It
55If the parent process of the calling process has an outstanding
1.\" Copyright (c) 1980, 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.

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

48terminates a process with the following consequences:
49.Bl -bullet
50.It
51All of the descriptors open in the calling process are closed.
52This may entail delays, for example, waiting for output to drain;
53a process in this state may not be killed, as it is already dying.
54.It
55If the parent process of the calling process has an outstanding
56.Xr wait
56.Xr wait 2
57call
58or catches the
59.Dv SIGCHLD
60signal,
61it is notified of the calling process's termination and
62the
63.Em status
64is set as defined by

--- 48 unchanged lines hidden ---
57call
58or catches the
59.Dv SIGCHLD
60signal,
61it is notified of the calling process's termination and
62the
63.Em status
64is set as defined by

--- 48 unchanged lines hidden ---