Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/intrctl Fix a typo. Sort commands. End list correctly.



details:   https://anonhg.NetBSD.org/src/rev/8c3784804e81
branches:  trunk
changeset: 339948:8c3784804e81
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Aug 17 17:47:22 2015 +0000

description:
Fix a typo. Sort commands. End list correctly.

diffstat:

 usr.sbin/intrctl/intrctl.8 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (45 lines):

diff -r 063c5bf0173b -r 8c3784804e81 usr.sbin/intrctl/intrctl.8
--- a/usr.sbin/intrctl/intrctl.8        Mon Aug 17 17:36:06 2015 +0000
+++ b/usr.sbin/intrctl/intrctl.8        Mon Aug 17 17:47:22 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: intrctl.8,v 1.1 2015/08/17 06:50:03 knakahara Exp $
+.\" $NetBSD: intrctl.8,v 1.2 2015/08/17 17:47:22 wiz Exp $
 .\"
 .\" Copyright (c) 2015 Internet Initiative Japan Inc.
 .\" All rights reserved.
@@ -37,7 +37,7 @@
 .Sh DESCRIPTION
 The
 .Nm
-command can be used to control and inspect the state of intrerupts
+command can be used to control and inspect the state of interrupts
 in the system.
 .Pp
 The first argument,
@@ -45,9 +45,6 @@
 specifies the action to take.
 Valid commands are:
 .Bl -tag -width XofflineXcpunoX
-.It list
-for each intrid in the system, display interrupt counts per CPU.
-The intrid is an interrupt name such as "ioapic0 pin 22" for x86.
 .It affinity Fl c Ar cpu_index Fl i Ar intrid
 set an
 .Ar intrid
@@ -59,12 +56,15 @@
 If
 .Ar cpu_index
 is already enabled, this command has no effect.
+.It list
+for each intrid in the system, display interrupt counts per CPU.
+The intrid is an interrupt name such as "ioapic0 pin 22" for x86.
 .It nointr Fl c Ar cpu_index
 disable to set an interrupt's affinity to
 .Ar cpu_index .
 If
 .Ar cpu_index
 is already disabled, this command has no effect.
-.Ed
+.El
 .Sh SEE ALSO
 .Xr cpuctl 8



Home | Main Index | Thread Index | Old Index