Source-Changes-HG archive

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

[src/netbsd-7]: src/share/man/man3 Pull up following revision(s) (requested b...



details:   https://anonhg.NetBSD.org/src/rev/4f8db7c8028b
branches:  netbsd-7
changeset: 800075:4f8db7c8028b
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Dec 18 06:52:03 2016 +0000

description:
Pull up following revision(s) (requested by riastradh in ticket #1315):
        share/man/man3/bits.3: revision 1.17
These have been able to handle uintmax-width masks since creation.

diffstat:

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

diffs (27 lines):

diff -r 5e7a3003d96a -r 4f8db7c8028b share/man/man3/bits.3
--- a/share/man/man3/bits.3     Sun Dec 18 06:43:24 2016 +0000
+++ b/share/man/man3/bits.3     Sun Dec 18 06:52:03 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.16.4.1 2016/12/18 06:52:03 snj 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