Module Name: src
Committed By: riastradh
Date: Mon Nov 7 03:12:54 UTC 2016
Modified Files:
src/share/man/man3: bits.3
Log Message:
These have been able to handle uintmax-width masks since creation.
XXX pullup-6
XXX pullup-7
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/share/man/man3/bits.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/bits.3
diff -u src/share/man/man3/bits.3:1.16 src/share/man/man3/bits.3:1.17
--- src/share/man/man3/bits.3:1.16 Tue Mar 18 18:20:39 2014
+++ src/share/man/man3/bits.3 Mon Nov 7 03:12:54 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: bits.3,v 1.16 2014/03/18 18:20:39 riastradh Exp $
+.\" $NetBSD: bits.3,v 1.17 2016/11/07 03:12:54 riastradh Exp $
.\"
.\" Copyright (c) 2006, 2010 David Young. All rights reserved.
.\"
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd October 17, 2012
+.Dd November 6, 2016
.Dt BITS 3
.Os
.Sh NAME
@@ -146,8 +146,3 @@ contributed the macro names
.Fn SHIFTIN
and
.Fn SHIFTOUT .
-.Sh BUGS
-.Fn __BIT
-and
-.Fn __BITS
-can only express 32-bit bitmasks.