diff options
author | Christian Brueffer <brueffer@FreeBSD.org> | 2008-03-17 08:17:04 +0000 |
---|---|---|
committer | Christian Brueffer <brueffer@FreeBSD.org> | 2008-03-17 08:17:04 +0000 |
commit | dd3a95f4df6a2921884b55307864c5c5b431e6a3 (patch) | |
tree | 5fc5409ca8353fe3d8cf75f0f1e1348d4f8bdad4 /share/man/man4/man4.i386 | |
parent | 19a29bc7379627ef0e775853411db4c7cef7b4f8 (diff) |
Use a standard section 4 SYNOPSIS.
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=177293
Diffstat (limited to 'share/man/man4/man4.i386')
-rw-r--r-- | share/man/man4/man4.i386/linux.4 | 17 | ||||
-rw-r--r-- | share/man/man4/man4.i386/streams.4 | 22 | ||||
-rw-r--r-- | share/man/man4/man4.i386/svr4.4 | 19 |
3 files changed, 41 insertions, 17 deletions
diff --git a/share/man/man4/man4.i386/linux.4 b/share/man/man4/man4.i386/linux.4 index de05a4de25e2..8c368b3c971f 100644 --- a/share/man/man4/man4.i386/linux.4 +++ b/share/man/man4/man4.i386/linux.4 @@ -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 diff --git a/share/man/man4/man4.i386/streams.4 b/share/man/man4/man4.i386/streams.4 index 90d680036e5e..539ef33709f5 100644 --- a/share/man/man4/man4.i386/streams.4 +++ b/share/man/man4/man4.i386/streams.4 @@ -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 diff --git a/share/man/man4/man4.i386/svr4.4 b/share/man/man4/man4.i386/svr4.4 index 9059284bfa8b..f470c433907e 100644 --- a/share/man/man4/man4.i386/svr4.4 +++ b/share/man/man4/man4.i386/svr4.4 @@ -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 |