summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2014-02-14 08:29:00 +0000
committerbrueffer <brueffer@FreeBSD.org>2014-02-14 08:29:00 +0000
commit96706ee32d45a0a239399443fc1444e1d4c2a7ed (patch)
tree9d49264f5db7775ef9d269d9cdbec0b7d6aa2f14 /share
parent498a399b3a7a50364690ec97d8a73fbb89808e7d (diff)
downloadFreeBSD-src-96706ee32d45a0a239399443fc1444e1d4c2a7ed.zip
FreeBSD-src-96706ee32d45a0a239399443fc1444e1d4c2a7ed.tar.gz
MFC: r261611
Add some context for the "kldload sem" command; minor other improvements. PR: 183650 Submitted by: Bjorn Heidotting
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/sem.410
1 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man4/sem.4 b/share/man/man4/sem.4
index 3cc3a49..2767dc7 100644
--- a/share/man/man4/sem.4
+++ b/share/man/man4/sem.4
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 3, 2011
+.Dd February 7, 2014
.Dt SEM 4
.Os
.Sh NAME
@@ -32,7 +32,7 @@
.Nd POSIX semaphores
.Sh SYNOPSIS
To compile this driver into the kernel,
-place the following lines in your
+place the following line in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "options P1003_1B_SEMAPHORES"
@@ -45,7 +45,11 @@ module at boot time, place the following line in
sem_load="YES"
.Ed
.Pp
-.Dl "kldload sem"
+To load the driver as a module at run-time, run the following
+command as root:
+.Bd -ragged -offset indent
+kldload sem
+.Ed
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud