Deleted Added
full compact
killpg.2 (108037) killpg.2 (108087)
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.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)killpg.2 8.1 (Berkeley) 6/2/93
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.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)killpg.2 8.1 (Berkeley) 6/2/93
33.\" $FreeBSD: head/lib/libc/compat-43/killpg.2 108037 2002-12-18 12:45:11Z ru $
33.\" $FreeBSD: head/lib/libc/compat-43/killpg.2 108087 2002-12-19 09:40:28Z ru $
34.\"
35.Dd June 2, 1993
36.Dt KILLPG 2
37.Os
38.Sh NAME
39.Nm killpg
40.Nd send signal to a process group
41.Sh LIBRARY

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

71.Rv -std killpg
72.Sh ERRORS
73The
74.Fn killpg
75function
76will fail and no signal will be sent if:
77.Bl -tag -width Er
78.It Bq Er EINVAL
34.\"
35.Dd June 2, 1993
36.Dt KILLPG 2
37.Os
38.Sh NAME
39.Nm killpg
40.Nd send signal to a process group
41.Sh LIBRARY

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

71.Rv -std killpg
72.Sh ERRORS
73The
74.Fn killpg
75function
76will fail and no signal will be sent if:
77.Bl -tag -width Er
78.It Bq Er EINVAL
79.Fa Sig
79The
80.Fa sig
81argument
80is not a valid signal number.
81.It Bq Er ESRCH
82No process can be found in the process group specified by
83.Fa pgrp .
84.It Bq Er ESRCH
85The process group was given as 0
86but the sending process does not have a process group.
87.It Bq Er EPERM

--- 13 unchanged lines hidden ---
82is not a valid signal number.
83.It Bq Er ESRCH
84No process can be found in the process group specified by
85.Fa pgrp .
86.It Bq Er ESRCH
87The process group was given as 0
88but the sending process does not have a process group.
89.It Bq Er EPERM

--- 13 unchanged lines hidden ---