From owner-freebsd-doc@FreeBSD.ORG Tue Jul 13 04:20:05 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 4CE5F1065674 for ; Tue, 13 Jul 2010 04:20:05 +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 3D1918FC17 for ; Tue, 13 Jul 2010 04:20:05 +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 o6D4K5Er087362 for ; Tue, 13 Jul 2010 04:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6D4K5i0087361; Tue, 13 Jul 2010 04:20:05 GMT (envelope-from gnats) Date: Tue, 13 Jul 2010 04:20:05 GMT Message-Id: <201007130420.o6D4K5i0087361@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: docs/148535: commit references a PR X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2010 04:20:05 -0000 The following reply was made to PR docs/148535; it has been noted by GNATS. 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"