docs/148535: [patch] kldload.8 -q option corrections

Warren Block wblock at wonkity.com
Tue Jul 13 01:30:02 UTC 2010


>Number:         148535
>Category:       docs
>Synopsis:       [patch] kldload.8 -q option corrections
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 13 01:30:02 UTC 2010
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-doc mailing list