Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2014 08:29:00 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r261879 - stable/10/share/man/man4
Message-ID:  <201402140829.s1E8T0ch026937@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Fri Feb 14 08:29:00 2014
New Revision: 261879
URL: http://svnweb.freebsd.org/changeset/base/261879

Log:
  MFC: r261611
  
  Add some context for the "kldload sem" command; minor other improvements.
  
  PR:		183650
  Submitted by:	Bjorn Heidotting

Modified:
  stable/10/share/man/man4/sem.4
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man4/sem.4
==============================================================================
--- stable/10/share/man/man4/sem.4	Fri Feb 14 08:26:05 2014	(r261878)
+++ stable/10/share/man/man4/sem.4	Fri Feb 14 08:29:00 2014	(r261879)
@@ -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
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402140829.s1E8T0ch026937>