Module Name: src
Committed By: martin
Date: Thu Mar 8 05:50:14 UTC 2018
Modified Files:
src/share/man/man3: bitmap.3
Log Message:
__BITMAP_ZERO() only takes the pointer to the bitmap as an argument
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/share/man/man3/bitmap.3:1.11
--- src/share/man/man3/bitmap.3:1.10 Mon Jul 3 21:30:58 2017
+++ src/share/man/man3/bitmap.3 Thu Mar 8 05:50:13 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: bitmap.3,v 1.10 2017/07/03 21:30:58 wiz Exp $
+.\" $NetBSD: bitmap.3,v 1.11 2018/03/08 05:50:13 martin Exp $
.\"
.\" Copyright (c) 2012 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -106,7 +106,7 @@ that holds
and is named
.Fa name .
.Pp
-.Fn __BITMAP_ZERO bit bitmap
+.Fn __BITMAP_ZERO bitmap
initializes a descriptor set pointed to by
.Fa bitmap
to the null set.