Module Name: src
Committed By: wiz
Date: Thu Jul 18 06:39:18 UTC 2013
Modified Files:
src/share/man/man9: kcpuset.9
Log Message:
New sentence, new line. Some whitespace. Bump date for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/kcpuset.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/kcpuset.9
diff -u src/share/man/man9/kcpuset.9:1.6 src/share/man/man9/kcpuset.9:1.7
--- src/share/man/man9/kcpuset.9:1.6 Wed Jul 17 22:36:26 2013
+++ src/share/man/man9/kcpuset.9 Thu Jul 18 06:39:18 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: kcpuset.9,v 1.6 2013/07/17 22:36:26 matt Exp $ */
+.\" $NetBSD: kcpuset.9,v 1.7 2013/07/18 06:39:18 wiz Exp $ */
.\"
.\" Copyright (c) 2011 Jukka Ruohonen <jruohonen.iki.fi>
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd September 16, 2012
+.Dd July 17, 2013
.Dt KCPUSET 9
.Os
.Sh NAME
@@ -272,9 +272,10 @@ Returns the lowest numbered
.Ft cpu
present in
.Fa kcp
-plus 1. If
+plus 1.
+If
.Fa kcp
-is empty, a value of 0 is returned .
+is empty, a value of 0 is returned.
.Fa kcp
.It Fn kcpuset_ffs_intersecting "kcp1" "kcp2"
Returns the lowest numbered
@@ -283,7 +284,8 @@ present in the intersection of
.Fa kcp1
and
.Fa kcp2
-plus 1. If the intersection is empty, a value of 0 is returned .
+plus 1.
+If the intersection is empty, a value of 0 is returned.
.It Fn kcpuset_countset "kcp"
Counts how many CPUs are in the set
.Fa kcp .