mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 15:03:41 +00:00
Use a standard section 4 SYNOPSIS.
MFC after: 3 days
This commit is contained in:
parent
19a29bc737
commit
dd3a95f4df
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177293
@ -23,18 +23,27 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.Dd June 18, 2006
|
||||
.\"
|
||||
.Dd March 17, 2008
|
||||
.Dt LINUX 4 i386
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm linux
|
||||
.Nd Linux ABI support
|
||||
.Sh SYNOPSIS
|
||||
To link Linux ABI support into the kernel:
|
||||
To compile support for this ABI into the kernel,
|
||||
place the following line in your
|
||||
kernel configuration file:
|
||||
.Bd -ragged -offset indent
|
||||
.Cd "options COMPAT_LINUX"
|
||||
.Ed
|
||||
.Pp
|
||||
To load the Linux ABI support kernel module:
|
||||
.Dl kldload linux
|
||||
Alternatively, to load the ABI as a
|
||||
module at boot time, place the following line in
|
||||
.Xr loader.conf 5 :
|
||||
.Bd -literal -offset indent
|
||||
linux_load="YES"
|
||||
.Ed
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -23,20 +23,26 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.Dd November 6, 2000
|
||||
.\"
|
||||
.Dd March 17, 2008
|
||||
.Dt STREAMS 4 i386
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm streams
|
||||
.Nd System V STREAMS networking ABI support
|
||||
.Sh SYNOPSIS
|
||||
To link System V Release 4 (SVR4) STREAMS interprocess communication ABI
|
||||
support into the kernel:
|
||||
.Cd device streams
|
||||
To compile support for this ABI into the kernel,
|
||||
place the following line in your
|
||||
kernel configuration file:
|
||||
.Bd -ragged -offset indent
|
||||
.Cd "device streams"
|
||||
.Ed
|
||||
.Pp
|
||||
To load the SVR4 STREAMS interprocess communication ABI support kernel
|
||||
module:
|
||||
.Dl kldload streams
|
||||
Alternatively, to load the ABI as a
|
||||
module at boot time, place the following line in
|
||||
.Xr loader.conf 5 :
|
||||
.Bd -literal -offset indent
|
||||
streams_load="YES"
|
||||
.Ed
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -23,18 +23,27 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.Dd October 28, 2003
|
||||
.\"
|
||||
.Dd March 17, 2008
|
||||
.Dt SVR4 4 i386
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm svr4
|
||||
.Nd System V Release 4 ABI support
|
||||
.Sh SYNOPSIS
|
||||
To link System V Release 4 (SVR4) ABI support into the kernel:
|
||||
.Cd options COMPAT_SVR4
|
||||
To compile support for this ABI into the kernel,
|
||||
place the following line in your
|
||||
kernel configuration file:
|
||||
.Bd -ragged -offset indent
|
||||
.Cd "options COMPAT_SVR4"
|
||||
.Ed
|
||||
.Pp
|
||||
To load the SVR4 ABI support kernel module:
|
||||
.Dl kldload svr4
|
||||
Alternatively, to load the ABI as a
|
||||
module at boot time, place the following line in
|
||||
.Xr loader.conf 5 :
|
||||
.Bd -literal -offset indent
|
||||
svr4_load="YES"
|
||||
.Ed
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
Loading…
Reference in New Issue
Block a user