Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 more xref and info
details: https://anonhg.NetBSD.org/src/rev/9b4c1054afb7
branches: trunk
changeset: 783083:9b4c1054afb7
user: christos <christos%NetBSD.org@localhost>
date: Tue Dec 04 18:02:48 2012 +0000
description:
more xref and info
diffstat:
share/man/man3/bitmap.3 | 12 +++++++++---
share/man/man3/bitstring.3 | 5 +++--
2 files changed, 12 insertions(+), 5 deletions(-)
diffs (59 lines):
diff -r f0f6744141d2 -r 9b4c1054afb7 share/man/man3/bitmap.3
--- a/share/man/man3/bitmap.3 Tue Dec 04 16:38:40 2012 +0000
+++ b/share/man/man3/bitmap.3 Tue Dec 04 18:02:48 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: bitmap.3,v 1.4 2012/12/04 06:57:45 jruoho Exp $
+.\" $NetBSD: bitmap.3,v 1.5 2012/12/04 18:02:48 christos Exp $
.\"
.\" Copyright (c) 2012 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -50,7 +50,9 @@
The supplied macros are similar to the
.Xr select 2
.Fn FD_SET
-family, and to the
+family, to the
+.Xr setbit 9 ,
+macros and the
.Xr bitstring 3
library.
They are different from
@@ -58,6 +60,9 @@
because they are designed to handle multiple sized bitmaps at the same time,
and they can be of any integral type.
They are different from
+.Xr setbit 9
+because they can operate on different integral types, not just on bytes.
+They are different from
.Xr bitstring 3
because they are just macros, they don't allocate memory or use code,
and they can be used in both kernel and userland.
@@ -126,7 +131,8 @@
.Sh SEE ALSO
.Xr select 2 ,
.Xr bitops 3 ,
-.Xr bitstring 3
+.Xr bitstring 3,
+.Xr setbit 9
.Sh HISTORY
The
.Fn __BITMAP_*
diff -r f0f6744141d2 -r 9b4c1054afb7 share/man/man3/bitstring.3
--- a/share/man/man3/bitstring.3 Tue Dec 04 16:38:40 2012 +0000
+++ b/share/man/man3/bitstring.3 Tue Dec 04 18:02:48 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: bitstring.3,v 1.14 2012/12/04 06:57:45 jruoho Exp $
+.\" $NetBSD: bitstring.3,v 1.15 2012/12/04 18:02:48 christos Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -172,7 +172,8 @@
.Ed
.Sh SEE ALSO
.Xr bitmap 3 ,
-.Xr malloc 3
+.Xr malloc 3 ,
+.Xr setbit 9
.Sh HISTORY
The
.Nm bitstring
Home |
Main Index |
Thread Index |
Old Index