From cda7eb8179e4dc05285f63a54a4bf9a4de084e9d Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Fri, 7 Feb 2014 22:04:56 +0000 Subject: [PATCH] Add some context for the "kldload sem" command; minor other improvements. PR: 183650 Submitted by: Bjorn Heidotting MFC after: 1 week --- share/man/man4/sem.4 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/share/man/man4/sem.4 b/share/man/man4/sem.4 index 3cc3a499a71..2767dc72a20 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