Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/9ebb580bea40
branches:  netbsd-6
changeset: 777172:9ebb580bea40
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Jul 06 15:21:32 2017 +0000

description:
Pull up following revision(s) (requested by riastradh in ticket #1420):
        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 4233e5014364 -r 9ebb580bea40 share/man/man3/bits.3
--- a/share/man/man3/bits.3     Thu Jul 06 15:20:00 2017 +0000
+++ b/share/man/man3/bits.3     Thu Jul 06 15:21:32 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: bits.3,v 1.12.6.1 2012/10/25 17:09:43 riz Exp $
+.\"    $NetBSD: bits.3,v 1.12.6.2 2017/07/06 15:21:32 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