Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Improve wording.
details: https://anonhg.NetBSD.org/src/rev/bc7e9acccefe
branches: trunk
changeset: 337784:bc7e9acccefe
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Apr 27 10:32:22 2015 +0000
description:
Improve wording.
diffstat:
share/man/man9/pci_intr_distribute.9 | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diffs (37 lines):
diff -r 6aac270afe9e -r bc7e9acccefe share/man/man9/pci_intr_distribute.9
--- a/share/man/man9/pci_intr_distribute.9 Mon Apr 27 10:14:44 2015 +0000
+++ b/share/man/man9/pci_intr_distribute.9 Mon Apr 27 10:32:22 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pci_intr_distribute.9,v 1.1 2015/04/27 06:42:52 knakahara Exp $
+.\" $NetBSD: pci_intr_distribute.9,v 1.2 2015/04/27 10:32:22 wiz Exp $
.\"
.\" Copyright (c) 2015 Internet Initiative Japan Inc.
.\" All rights reserved.
@@ -37,17 +37,17 @@
.Sh DESCRIPTION
The
.Nm
-functions exist to assing an interrupt to CPU.
+function exists to assign an interrupt to a CPU.
.Pp
If a driver (or the other kernel component) wishes to assign an
-interrupt to CPU, it should pass the return value of
+interrupt to a CPU, it should pass the return value of
.Fn pci_intr_establish
-to the
-.Ft ich .
-And it should set kcpuset which want to assign to
-.Ft newset .
-If it want to get the assignment before changing, it should be
-pass non-NULL value to
+as
+.Fa ich
+argument, and it should pass the kcpuset to which it should be
+assigned as
+.Fa newset .
+To get the previous value, pass a
+.Pf non- Dv NULL
+value to
.Ft oldset .
-If not, it should set NULL to
-.Ft oldset .
Home |
Main Index |
Thread Index |
Old Index