Module Name:    src
Committed By:   wiz
Date:           Sun Aug 12 17:20:19 UTC 2012

Modified Files:
        src/sbin/modstat: modstat.8

Log Message:
Make the difference between -A and -a clearer by using more markup.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sbin/modstat/modstat.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/modstat/modstat.8
diff -u src/sbin/modstat/modstat.8:1.10 src/sbin/modstat/modstat.8:1.11
--- src/sbin/modstat/modstat.8:1.10	Tue Aug  7 01:19:05 2012
+++ src/sbin/modstat/modstat.8	Sun Aug 12 17:20:19 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: modstat.8,v 1.10 2012/08/07 01:19:05 jnemeth Exp $
+.\" $NetBSD: modstat.8,v 1.11 2012/08/12 17:20:19 wiz Exp $
 .\"
 .\" Copyright (c) 1993 Christopher G. Demetriou
 .\" All rights reserved.
@@ -51,11 +51,15 @@ The options are as follows:
 .Bl -tag -width indent
 .It Fl A
 Tells you whether or not modules can be autoloaded at the moment.
-This option does take into consideration the sysctl
+This option
+.Em does
+take into consideration the sysctl
 .Li kern.module.autoload .
 .It Fl a
 Tells you whether or not modules can be autoloaded at the moment.
-This option does not take into consideration the sysctl
+This option
+.Em does not
+take into consideration the sysctl
 .Li kern.module.autoload .
 .It Fl e
 Tells you whether or not you may load a module at the moment.

Reply via email to