From nobody@FreeBSD.org  Tue Jul 13 01:21:33 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 08E891065670
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 13 Jul 2010 01:21:33 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id EC8A08FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 13 Jul 2010 01:21:32 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o6D1LWuW056070
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 13 Jul 2010 01:21:32 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o6D1LW3I056069;
	Tue, 13 Jul 2010 01:21:32 GMT
	(envelope-from nobody)
Message-Id: <201007130121.o6D1LW3I056069@www.freebsd.org>
Date: Tue, 13 Jul 2010 01:21:32 GMT
From: Warren Block <wblock@wonkity.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] kldload.8 -q option corrections
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         148535
>Category:       docs
>Synopsis:       [patch] kldload.8 -q option corrections
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 13 01:30:02 UTC 2010
>Closed-Date:    Thu Sep 02 06:07:40 UTC 2010
>Last-Modified:  Thu Sep 02 06:07:40 UTC 2010
>Originator:     Warren Block
>Release:        8-stable
>Organization:
>Environment:
FreeBSD lightning 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Sun Jul 11 07:39:57 MDT 2010     root@lightning:/usr/obj/usr/src/sys/LIGHTNING  i386
>Description:
kldload(8) -q option is not mentioned in synopsis but both options are mentioned as singular in the description:

SYNOPSIS
     kldload [-v] file ...
..

     The following option is available:

     -v      Be more verbose.

     -q      Silence any extraneous warnings.
>How-To-Repeat:
man 8 kldload
>Fix:
Apply patch:

--- sbin/kldload/kldload.8.orig	2010-07-12 19:12:11.000000000 -0600
+++ sbin/kldload/kldload.8	2010-07-12 19:13:29.000000000 -0600
@@ -34,6 +34,7 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl v
+.Op Fl q
 .Ar
 .Sh DESCRIPTION
 The
@@ -60,7 +61,7 @@
 utility will warn if a module is requested as a bare filename and is present
 in the current directory.
 .Pp
-The following option is available:
+The following options are available:
 .Bl -tag -width indent
 .It Fl v
 Be more verbose.


Patch attached with submission follows:

--- sbin/kldload/kldload.8.orig	2010-07-12 19:12:11.000000000 -0600
+++ sbin/kldload/kldload.8	2010-07-12 19:13:29.000000000 -0600
@@ -34,6 +34,7 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl v
+.Op Fl q
 .Ar
 .Sh DESCRIPTION
 The
@@ -60,7 +61,7 @@
 utility will warn if a module is requested as a bare filename and is present
 in the current directory.
 .Pp
-The following option is available:
+The following options are available:
 .Bl -tag -width indent
 .It Fl v
 Be more verbose.


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: maxim 
State-Changed-When: Tue Jul 13 04:13:55 UTC 2010 
State-Changed-Why:  
Fixed in HEAD.  Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/148535: commit references a PR
Date: Tue, 13 Jul 2010 04:15:17 +0000 (UTC)

 Author: maxim
 Date: Tue Jul 13 04:11:25 2010
 New Revision: 209970
 URL: http://svn.freebsd.org/changeset/base/209970
 
 Log:
   o Add -q flag to the synopsis.
   
   PR:		docs/148535
   Submitted by:	Warren Block
   MFC after:	1 week
 
 Modified:
   head/sbin/kldload/kldload.8
 
 Modified: head/sbin/kldload/kldload.8
 ==============================================================================
 --- head/sbin/kldload/kldload.8	Tue Jul 13 04:08:08 2010	(r209969)
 +++ head/sbin/kldload/kldload.8	Tue Jul 13 04:11:25 2010	(r209970)
 @@ -34,6 +34,7 @@
  .Sh SYNOPSIS
  .Nm
  .Op Fl v
 +.Op Fl q
  .Ar
  .Sh DESCRIPTION
  The
 @@ -60,7 +61,7 @@ The
  utility will warn if a module is requested as a bare filename and is present
  in the current directory.
  .Pp
 -The following option is available:
 +The following options are available:
  .Bl -tag -width indent
  .It Fl v
  Be more verbose.
 _______________________________________________
 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: maxim 
State-Changed-When: Thu Sep 2 06:07:20 UTC 2010 
State-Changed-Why:  
Merged to RELENG_8. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148535 
>Unformatted:
