Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jul 2010 04:11:25 +0000 (UTC)
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r209970 - head/sbin/kldload
Message-ID:  <201007130411.o6D4BPuE011517@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007130411.o6D4BPuE011517>