Deleted Added
full compact
svr4.4 (69346) svr4.4 (70466)
1.\" Copyright (c) 2000 Mark Newton
2.\" 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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2000 Mark Newton
2.\" 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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man4/man4.i386/svr4.4 69346 2000-11-29 10:29:28Z sheldonh $
25.\" $FreeBSD: head/share/man/man4/man4.i386/svr4.4 70466 2000-12-29 09:18:45Z ru $
26.Dd November 6, 2000
27.Dt SVR4 4 i386
28.Os
29.Sh NAME
30.Nm svr4
31.Nd System V Release 4 ABI support
32.Sh SYNOPSIS
33To link System V Release 4 (SVR4) ABI support into the kernel:
26.Dd November 6, 2000
27.Dt SVR4 4 i386
28.Os
29.Sh NAME
30.Nm svr4
31.Nd System V Release 4 ABI support
32.Sh SYNOPSIS
33To link System V Release 4 (SVR4) ABI support into the kernel:
34.Cd options COMPAT_SVR4
34.Cd options COMPAT_SVR4
35.Pp
36To load the SVR4 ABI support kernel module:
37.Dl kldload svr4
38.Sh DESCRIPTION
39The
40.Nm
41module provides limited
42System V Release 4 ABI (application binary interface) compatibility

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

196.Nm
197module entrypoints.
198.El
199.Sh SEE ALSO
200.Xr brandelf 1 ,
201.Xr streams 4 ,
202.Xr elf 5
203.Sh HISTORY
35.Pp
36To load the SVR4 ABI support kernel module:
37.Dl kldload svr4
38.Sh DESCRIPTION
39The
40.Nm
41module provides limited
42System V Release 4 ABI (application binary interface) compatibility

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

196.Nm
197module entrypoints.
198.El
199.Sh SEE ALSO
200.Xr brandelf 1 ,
201.Xr streams 4 ,
202.Xr elf 5
203.Sh HISTORY
204System V Release 4 ABI support first appeared in FreeBSD
204System V Release 4 ABI support first appeared in
205.Fx 4.0 .
206The ABI was ported from an equivalent facility present in
205.Fx 4.0 .
206The ABI was ported from an equivalent facility present in
207NetBSD
208.Fx 1.3
207.Nx 1.3
209written by Christos Zoulas.
208written by Christos Zoulas.