Deleted Added
full compact
linux.4 (159740) linux.4 (162404)
1.\" Copyright (c) 2000 Sheldon Hearn
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 Sheldon Hearn
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/linux.4 159740 2006-06-18 17:02:21Z netchild $
25.\" $FreeBSD: head/share/man/man4/man4.i386/linux.4 162404 2006-09-18 15:24:20Z ru $
26.Dd June 18, 2006
27.Dt LINUX 4 i386
28.Os
29.Sh NAME
30.Nm linux
31.Nd Linux ABI support
32.Sh SYNOPSIS
33To link Linux ABI support into the kernel:

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

62.Xr sysctl 8
63tunable variables are available:
64.Bl -tag -width compat.linux.oss_version
65.It compat.linux.osname
66Linux kernel operating system name.
67.It compat.linux.osrelease
68Linux kernel operating system release.
69Changing this to something else is discouraged on non-development systems,
26.Dd June 18, 2006
27.Dt LINUX 4 i386
28.Os
29.Sh NAME
30.Nm linux
31.Nd Linux ABI support
32.Sh SYNOPSIS
33To link Linux ABI support into the kernel:

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

62.Xr sysctl 8
63tunable variables are available:
64.Bl -tag -width compat.linux.oss_version
65.It compat.linux.osname
66Linux kernel operating system name.
67.It compat.linux.osrelease
68Linux kernel operating system release.
69Changing this to something else is discouraged on non-development systems,
70because it may change the way linux programs work.
70because it may change the way Linux programs work.
71Recent versions of GNU libc are known to use different syscalls depending
72on the value of this sysctl.
73.It compat.linux.oss_version
74Linux Open Sound System version.
75.El
76.Pp
77The
78.Nm

--- 53 unchanged lines hidden ---
71Recent versions of GNU libc are known to use different syscalls depending
72on the value of this sysctl.
73.It compat.linux.oss_version
74Linux Open Sound System version.
75.El
76.Pp
77The
78.Nm

--- 53 unchanged lines hidden ---