Deleted Added
full compact
jail.2 (231564) jail.2 (233648)
1.\" Copyright (c) 1999 Poul-Henning Kamp.
2.\" Copyright (c) 2009 James Gritton.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\" Copyright (c) 1999 Poul-Henning Kamp.
2.\" Copyright (c) 2009 James Gritton.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/lib/libc/sys/jail.2 231564 2012-02-12 18:29:56Z ed $
26.\" $FreeBSD: head/lib/libc/sys/jail.2 233648 2012-03-29 05:02:12Z eadler $
27.\"
28.Dd February 8, 2012
29.Dt JAIL 2
30.Os
31.Sh NAME
32.Nm jail ,
33.Nm jail_get ,
34.Nm jail_set ,

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

329.Va name
330parameter does not exist, and the
331.Dv JAIL_CREATE
332flag is not set.
333.It Bq Er ENOENT
334The jail referred to by a
335.Va jid
336is not accessible by the process, because the process is in a different
27.\"
28.Dd February 8, 2012
29.Dt JAIL 2
30.Os
31.Sh NAME
32.Nm jail ,
33.Nm jail_get ,
34.Nm jail_set ,

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

329.Va name
330parameter does not exist, and the
331.Dv JAIL_CREATE
332flag is not set.
333.It Bq Er ENOENT
334The jail referred to by a
335.Va jid
336is not accessible by the process, because the process is in a different
337jail.
337jail.
338.It Bq Er EEXIST
339The jail referred to by a
340.Va jid
341or
342.Va name
343parameter exists, and the
344.Dv JAIL_UPDATE
345flag is not set.

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

377.Va jid
378or
379.Va name
380parameter does not exist.
381.It Bq Er ENOENT
382The jail referred to by a
383.Va jid
384is not accessible by the process, because the process is in a different
338.It Bq Er EEXIST
339The jail referred to by a
340.Va jid
341or
342.Va name
343parameter exists, and the
344.Dv JAIL_UPDATE
345flag is not set.

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

377.Va jid
378or
379.Va name
380parameter does not exist.
381.It Bq Er ENOENT
382The jail referred to by a
383.Va jid
384is not accessible by the process, because the process is in a different
385jail.
385jail.
386.It Bq Er ENOENT
387The
388.Va lastjid
389parameter is greater than the highest current jail ID.
390.It Bq Er EINVAL
391A supplied parameter is the wrong size.
392.It Bq Er EINVAL
393A supplied parameter name does not match any known parameters.

--- 57 unchanged lines hidden ---
386.It Bq Er ENOENT
387The
388.Va lastjid
389parameter is greater than the highest current jail ID.
390.It Bq Er EINVAL
391A supplied parameter is the wrong size.
392.It Bq Er EINVAL
393A supplied parameter name does not match any known parameters.

--- 57 unchanged lines hidden ---