Module Name:    src
Committed By:   wiz
Date:           Tue Aug 26 16:21:15 UTC 2014

Modified Files:
        src/usr.sbin/pcictl: pcictl.8

Log Message:
Use more appropriate macro for command line command argument.


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

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

Modified files:

Index: src/usr.sbin/pcictl/pcictl.8
diff -u src/usr.sbin/pcictl/pcictl.8:1.10 src/usr.sbin/pcictl/pcictl.8:1.11
--- src/usr.sbin/pcictl/pcictl.8:1.10	Fri Feb 25 21:40:48 2011
+++ src/usr.sbin/pcictl/pcictl.8	Tue Aug 26 16:21:15 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pcictl.8,v 1.10 2011/02/25 21:40:48 jmcneill Exp $
+.\"	$NetBSD: pcictl.8,v 1.11 2014/08/26 16:21:15 wiz Exp $
 .\"
 .\" Copyright 2001 Wasabi Systems, Inc.
 .\" All rights reserved.
@@ -54,7 +54,7 @@ on a PCI bus.
 .Pp
 The following commands are available:
 .Pp
-.Nm list
+.Cm list
 .Op Fl n
 .Op Fl b Ar bus
 .Op Fl d Ar device
@@ -69,7 +69,7 @@ Any locator not specified defaults
 to a wildcard, or may be explicitly wildcarded by specifying
 .Dq any .
 .Pp
-.Nm dump
+.Cm dump
 .Op Fl b Ar bus
 .Fl d Ar device
 .Op Fl f Ar function

Reply via email to