From nobody@FreeBSD.org  Mon Nov  4 08:20:40 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 436E5B07
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  4 Nov 2013 08:20:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 318122372
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  4 Nov 2013 08:20:40 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rA48Kd5j011071
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 4 Nov 2013 08:20:39 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rA48KdS7011067;
	Mon, 4 Nov 2013 08:20:39 GMT
	(envelope-from nobody)
Message-Id: <201311040820.rA48KdS7011067@oldred.freebsd.org>
Date: Mon, 4 Nov 2013 08:20:39 GMT
From: Bjrn Heidotting <b.heidotting@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] Remove misleading "kldload" in sem(4) man page
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         183650
>Category:       docs
>Synopsis:       [patch] Remove misleading "kldload" in sem(4) man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 04 08:30:00 UTC 2013
>Closed-Date:    Fri Feb 14 09:34:47 CET 2014
>Last-Modified:  Fri Feb 14 08:40:01 UTC 2014
>Originator:     Bjrn Heidotting
>Release:        
>Organization:
>Environment:
>Description:
There is a misleading "kldload sem" in the SYSOPSIS section of the sem(4) man page. As other man pages don't have it there, remove this one too.
>How-To-Repeat:

>Fix:
A patch is attached to this PR.

Patch attached with submission follows:

--- sem.4	2013-11-04 08:40:50.000000000 +0100
+++ sem.4.work	2013-11-04 08:33:35.000000000 +0100
@@ -44,8 +44,6 @@
 .Bd -literal -offset indent
 sem_load="YES"
 .Ed
-.Pp
-.Dl "kldload sem"
 .Sh DESCRIPTION
 The
 .Nm


>Release-Note:
>Audit-Trail:

From: Bjoern Heidotting <b.heidotting@yahoo.com>
To: bug-followup@FreeBSD.org, b.heidotting@yahoo.com
Cc:  
Subject: Re: misc/183650: [patch] Remove misleading &quot;kldload&quot; in
 sem(4) man page
Date: Mon, 04 Nov 2013 12:30:03 +0100

 Maybe the 'kldload' and 'kldunload' references should also be removed
 from the SEE ALSO section.
Responsible-Changed-From-To: freebsd-bugs->freebsd-doc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Nov 11 00:58:15 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183650 
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Fri Feb 7 23:05:09 CET 2014 
State-Changed-Why:  
Hi Bjorn, instead of removing the kldload bits I added a bit more context instead. 
I hope that works for you as well.  Thanks for the contribution! 


Responsible-Changed-From-To: freebsd-doc->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Fri Feb 7 23:05:09 CET 2014 
Responsible-Changed-Why:  
MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183650 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/183650: commit references a PR
Date: Fri,  7 Feb 2014 22:05:03 +0000 (UTC)

 Author: brueffer
 Date: Fri Feb  7 22:04:56 2014
 New Revision: 261611
 URL: http://svnweb.freebsd.org/changeset/base/261611
 
 Log:
   Add some context for the "kldload sem" command; minor other improvements.
   
   PR:		183650
   Submitted by:	Bjorn Heidotting
   MFC after:	1 week
 
 Modified:
   head/share/man/man4/sem.4
 
 Modified: head/share/man/man4/sem.4
 ==============================================================================
 --- head/share/man/man4/sem.4	Fri Feb  7 21:56:16 2014	(r261610)
 +++ head/share/man/man4/sem.4	Fri Feb  7 22:04:56 2014	(r261611)
 @@ -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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/183650: commit references a PR
Date: Fri, 14 Feb 2014 08:29:07 +0000 (UTC)

 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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: brueffer 
State-Changed-When: Fri Feb 14 09:34:29 CET 2014 
State-Changed-Why:  
MFCs done. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183650 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/183650: commit references a PR
Date: Fri, 14 Feb 2014 08:31:24 +0000 (UTC)

 Author: brueffer
 Date: Fri Feb 14 08:31:16 2014
 New Revision: 261880
 URL: http://svnweb.freebsd.org/changeset/base/261880
 
 Log:
   MFC: r261611
   
   Add some context for the "kldload sem" command; minor other improvements.
   
   PR:		183650
   Submitted by:	Bjorn Heidotting
 
 Modified:
   stable/9/share/man/man4/sem.4
 Directory Properties:
   stable/9/share/man/man4/   (props changed)
 
 Modified: stable/9/share/man/man4/sem.4
 ==============================================================================
 --- stable/9/share/man/man4/sem.4	Fri Feb 14 08:29:00 2014	(r261879)
 +++ stable/9/share/man/man4/sem.4	Fri Feb 14 08:31:16 2014	(r261880)
 @@ -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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
