Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 __BITMAP_ZERO() only takes the pointer to the...
details: https://anonhg.NetBSD.org/src/rev/6590c566eb66
branches: trunk
changeset: 321260:6590c566eb66
user: martin <martin%NetBSD.org@localhost>
date: Thu Mar 08 05:50:13 2018 +0000
description:
__BITMAP_ZERO() only takes the pointer to the bitmap as an argument
diffstat:
share/man/man3/bitmap.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1f88141f1a64 -r 6590c566eb66 share/man/man3/bitmap.3
--- a/share/man/man3/bitmap.3 Thu Mar 08 04:15:11 2018 +0000
+++ b/share/man/man3/bitmap.3 Thu Mar 08 05:50:13 2018 +0000
@@ -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 @@
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.
Home |
Main Index |
Thread Index |
Old Index