Deleted Added
full compact
pwait.1 (233457) pwait.1 (233648)
1.\"
2.\" Copyright (c) 2004-2009, Jilles Tjoelker
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with
6.\" or without modification, are permitted provided that the
7.\" following conditions are met:
8.\"

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

25.\" PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
26.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
29.\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
30.\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
31.\" OF SUCH DAMAGE.
32.\"
1.\"
2.\" Copyright (c) 2004-2009, Jilles Tjoelker
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with
6.\" or without modification, are permitted provided that the
7.\" following conditions are met:
8.\"

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

25.\" PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
26.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
29.\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
30.\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
31.\" OF SUCH DAMAGE.
32.\"
33.\" $FreeBSD: head/bin/pwait/pwait.1 233457 2012-03-25 09:20:14Z joel $
33.\" $FreeBSD: head/bin/pwait/pwait.1 233648 2012-03-29 05:02:12Z eadler $
34.\"
35.Dd November 1, 2009
36.Dt PWAIT 1
37.Os
38.Sh NAME
39.Nm pwait
40.Nd wait for processes to terminate
41.Sh SYNOPSIS
42.Nm
43.Op Fl v
44.Ar pid
45\&...
46.Sh DESCRIPTION
47The
48.Nm
34.\"
35.Dd November 1, 2009
36.Dt PWAIT 1
37.Os
38.Sh NAME
39.Nm pwait
40.Nd wait for processes to terminate
41.Sh SYNOPSIS
42.Nm
43.Op Fl v
44.Ar pid
45\&...
46.Sh DESCRIPTION
47The
48.Nm
49utility will wait until each of the given processes has terminated.
49utility will wait until each of the given processes has terminated.
50.Pp
51The following option is available:
52.Bl -tag -width indent
53.It Fl v
54Print the exit status when each process terminates.
55.El
56.Sh DIAGNOSTICS
57The

--- 20 unchanged lines hidden ---
50.Pp
51The following option is available:
52.Bl -tag -width indent
53.It Fl v
54Print the exit status when each process terminates.
55.El
56.Sh DIAGNOSTICS
57The

--- 20 unchanged lines hidden ---