Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 These have been able to handle uintmax-width ...



details:   https://anonhg.NetBSD.org/src/rev/14383597b3f1
branches:  trunk
changeset: 348779:14383597b3f1
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Nov 07 03:12:54 2016 +0000

description:
These have been able to handle uintmax-width masks since creation.

XXX pullup-6
XXX pullup-7

diffstat:

 share/man/man3/bits.3 |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 83610f1bb136 -r 14383597b3f1 share/man/man3/bits.3
--- a/share/man/man3/bits.3     Mon Nov 07 02:59:29 2016 +0000
+++ b/share/man/man3/bits.3     Mon Nov 07 03:12:54 2016 +0000
@@ -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 @@
 .Fn SHIFTIN
 and
 .Fn SHIFTOUT .
-.Sh BUGS
-.Fn __BIT
-and
-.Fn __BITS
-can only express 32-bit bitmasks.



Home | Main Index | Thread Index | Old Index