From owner-freebsd-doc@FreeBSD.ORG Tue Jul 13 01:30:02 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3548106566C for ; Tue, 13 Jul 2010 01:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 72BE48FC14 for ; Tue, 13 Jul 2010 01:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6D1U2I1042152 for ; Tue, 13 Jul 2010 01:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6D1U2Oq042148; Tue, 13 Jul 2010 01:30:02 GMT (envelope-from gnats) Resent-Date: Tue, 13 Jul 2010 01:30:02 GMT Resent-Message-Id: <201007130130.o6D1U2Oq042148@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Warren Block Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08E891065670 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/148535: [patch] kldload.8 -q option corrections X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2010 01:30:02 -0000 >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@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: