summaryrefslogtreecommitdiffstats
path: root/share/man/man4/man4.i386/svr4.4
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2008-03-17 08:17:04 +0000
committerbrueffer <brueffer@FreeBSD.org>2008-03-17 08:17:04 +0000
commit1bfcad58c95f136ff0c530c8044cfe175f9f436e (patch)
tree5fc5409ca8353fe3d8cf75f0f1e1348d4f8bdad4 /share/man/man4/man4.i386/svr4.4
parent3ecb6dd056f4312fc0bcf7c4afc9f613cf696c50 (diff)
downloadFreeBSD-src-1bfcad58c95f136ff0c530c8044cfe175f9f436e.zip
FreeBSD-src-1bfcad58c95f136ff0c530c8044cfe175f9f436e.tar.gz
Use a standard section 4 SYNOPSIS.
MFC after: 3 days
Diffstat (limited to 'share/man/man4/man4.i386/svr4.4')
-rw-r--r--share/man/man4/man4.i386/svr4.419
1 files changed, 14 insertions, 5 deletions
diff --git a/share/man/man4/man4.i386/svr4.4 b/share/man/man4/man4.i386/svr4.4
index 9059284..f470c43 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
OpenPOWER on IntegriCloud