Date: Tue, 13 Jul 2010 01:21:32 GMT From: Warren Block <wblock@wonkity.com> To: freebsd-gnats-submit@FreeBSD.org Subject: docs/148535: [patch] kldload.8 -q option corrections Message-ID: <201007130121.o6D1LW3I056069@www.freebsd.org> Resent-Message-ID: <201007130130.o6D1U2Oq042148@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007130121.o6D1LW3I056069>