Deleted Added
full compact
wait.2 (285670) wait.2 (298830)
1.\" Copyright (c) 1980, 1991, 1993, 1994
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.

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

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)wait.2 8.2 (Berkeley) 4/19/94
1.\" Copyright (c) 1980, 1991, 1993, 1994
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.

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

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)wait.2 8.2 (Berkeley) 4/19/94
29.\" $FreeBSD: head/lib/libc/sys/wait.2 285670 2015-07-18 09:02:50Z kib $
29.\" $FreeBSD: head/lib/libc/sys/wait.2 298830 2016-04-30 01:24:24Z pfg $
30.\"
31.Dd December 3, 2013
32.Dt WAIT 2
33.Os
34.Sh NAME
35.Nm wait ,
36.Nm waitid ,
37.Nm waitpid ,

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

149.Fa idtype
150and
151.Fa id .
152The separate
153.Fa idtype
154and
155.Fa id
156arguments support many other types of
30.\"
31.Dd December 3, 2013
32.Dt WAIT 2
33.Os
34.Sh NAME
35.Nm wait ,
36.Nm waitid ,
37.Nm waitpid ,

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

149.Fa idtype
150and
151.Fa id .
152The separate
153.Fa idtype
154and
155.Fa id
156arguments support many other types of
157identifers in addition to process IDs and process group IDs.
157identifiers in addition to process IDs and process group IDs.
158.Bl -bullet -offset indent
159.It
160If
161.Fa idtype
162is
163.Dv P_PID ,
164.Fn waitid
165and

--- 507 unchanged lines hidden ---
158.Bl -bullet -offset indent
159.It
160If
161.Fa idtype
162is
163.Dv P_PID ,
164.Fn waitid
165and

--- 507 unchanged lines hidden ---