svn commit: r249477 - head/sbin/geom/class/nop

John-Mark Gurney jmg at FreeBSD.org
Sun Apr 14 16:20:26 UTC 2013


Author: jmg
Date: Sun Apr 14 16:20:25 2013
New Revision: 249477
URL: http://svnweb.freebsd.org/changeset/base/249477

Log:
  update information about debugging sysctl...
  
  MFC after:	1 week

Modified:
  head/sbin/geom/class/nop/gnop.8

Modified: head/sbin/geom/class/nop/gnop.8
==============================================================================
--- head/sbin/geom/class/nop/gnop.8	Sun Apr 14 14:02:34 2013	(r249476)
+++ head/sbin/geom/class/nop/gnop.8	Sun Apr 14 16:20:25 2013	(r249477)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 17, 2009
+.Dd April 14, 2013
 .Dt GNOP 8
 .Os
 .Sh NAME
@@ -139,8 +139,11 @@ Debug level of the
 .Nm NOP
 GEOM class.
 This can be set to a number between 0 and 2 inclusive.
-If set to 0 minimal debug information is printed, and if set to 2 the
-maximum amount of debug information is printed.
+If set to 0, minimal debug information is printed.
+If set to 1, basic debug information is logged along with the I/O requests
+that were returned as errors.
+If set to 2, the maximum amount of debug information is printed including
+all I/O requests.
 .El
 .Sh EXIT STATUS
 Exit status is 0 on success, and 1 if the command fails.


More information about the svn-src-head mailing list