Module Name:    src
Committed By:   wiz
Date:           Sat Dec  1 21:21:44 UTC 2012

Modified Files:
        src/share/man/man3: bitmap.3

Log Message:
Whitespace, comma nit, uppercase Dt argument.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man3/bitmap.3

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/man3/bitmap.3
diff -u src/share/man/man3/bitmap.3:1.2 src/share/man/man3/bitmap.3:1.3
--- src/share/man/man3/bitmap.3:1.2	Sat Dec  1 20:38:41 2012
+++ src/share/man/man3/bitmap.3	Sat Dec  1 21:21:44 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: bitmap.3,v 1.2 2012/12/01 20:38:41 christos Exp $
+.\"	$NetBSD: bitmap.3,v 1.3 2012/12/01 21:21:44 wiz Exp $
 .\"
 .\" Copyright (c) 2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -28,14 +28,14 @@
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
 .Dd December 1, 2012
-.Dt bitmap 3
+.Dt BITMAP 3
 .Os
 .Sh NAME
 .Nm __BITMAP_CLR ,
-.Nm __BITMAP_ISSET,
+.Nm __BITMAP_ISSET ,
 .Nm __BITMAP_SET ,
 .Nm __BITMAP_SIZE ,
-.Nm __BITMAP_ZERO 
+.Nm __BITMAP_ZERO
 .Nd bitmap manipulation macros
 .Sh LIBRARY
 .Lb libc
@@ -47,10 +47,10 @@
 .Fn __BITMAP_SIZE "type" "int nbits"
 .Fn __BITMAP_ZERO "type *bitmap"
 .Sh DESCRIPTION
-The supplied macros are similar to the 
+The supplied macros are similar to the
 .Xr select 2
 .Fn FD_SET
-family, and to the 
+family, and to the
 .Xr bitstring 3
 library.
 They are different from
@@ -65,7 +65,7 @@ and they can be used in both kernel and 
 The following macros are provided for manipulating creating and manipulating
 bitmaps:
 .Pp
-.Fn __BITMAP_CLR bit, bitmap
+.Fn __BITMAP_CLR bit bitmap
 initializes a descriptor set pointed to by
 .Fa bitmap
 to the null set.

Reply via email to