Deleted Added
full compact
intro.2 (249979) intro.2 (250250)
1.\" Copyright (c) 1980, 1983, 1986, 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.

--- 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.\" @(#)intro.2 8.5 (Berkeley) 2/27/95
1.\" Copyright (c) 1980, 1983, 1986, 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.

--- 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.\" @(#)intro.2 8.5 (Berkeley) 2/27/95
29.\" $FreeBSD: head/lib/libc/sys/intro.2 249979 2013-04-27 11:55:23Z jilles $
29.\" $FreeBSD: head/lib/libc/sys/intro.2 250250 2013-05-04 19:07:22Z pluknet $
30.\"
30.\"
31.Dd April 27, 2013
31.Dd May 4, 2013
32.Dt INTRO 2
33.Os
34.Sh NAME
35.Nm intro
36.Nd introduction to system calls and error numbers
37.Sh LIBRARY
38.Lb libc
39.Sh SYNOPSIS

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

465This error code is unused, but present for compatibility with other systems.
466.It Er 92 EPROTO Em "Protocol error" .
467A device or socket encountered an unrecoverable protocol error.
468.It Er 93 ENOTCAPABLE Em "Capabilities insufficient" .
469An operation on a capability file descriptor requires greater privilege than
470the capability allows.
471.It Er 94 ECAPMODE Em "Not permitted in capability mode" .
472The system call or operation is not permitted for capability mode processes.
32.Dt INTRO 2
33.Os
34.Sh NAME
35.Nm intro
36.Nd introduction to system calls and error numbers
37.Sh LIBRARY
38.Lb libc
39.Sh SYNOPSIS

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

465This error code is unused, but present for compatibility with other systems.
466.It Er 92 EPROTO Em "Protocol error" .
467A device or socket encountered an unrecoverable protocol error.
468.It Er 93 ENOTCAPABLE Em "Capabilities insufficient" .
469An operation on a capability file descriptor requires greater privilege than
470the capability allows.
471.It Er 94 ECAPMODE Em "Not permitted in capability mode" .
472The system call or operation is not permitted for capability mode processes.
473.It Er 95 ENOTRECOVERABLE Em "State not recoverable" .
474The state protected by a robust mutex is not recoverable.
475.It Er 96 EOWNERDEAD Em "Previous owner died" .
476The owner of a robust mutex terminated while holding the mutex lock.
473.El
474.Sh DEFINITIONS
475.Bl -tag -width Ds
476.It Process ID .
477Each active process in the system is uniquely identified by a non-negative
478integer called a process ID.
479The range of this ID is from 0 to 99999.
480.It Parent process ID

--- 269 unchanged lines hidden ---
477.El
478.Sh DEFINITIONS
479.Bl -tag -width Ds
480.It Process ID .
481Each active process in the system is uniquely identified by a non-negative
482integer called a process ID.
483The range of this ID is from 0 to 99999.
484.It Parent process ID

--- 269 unchanged lines hidden ---