Module Name: src Committed By: wiz Date: Thu Dec 29 23:55:28 UTC 2016
Modified Files: src/share/man/man3: bitstring.3 Log Message: bitstring.h does not provide size_t; include sys/types.h for that. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/share/man/man3/bitstring.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/bitstring.3 diff -u src/share/man/man3/bitstring.3:1.16 src/share/man/man3/bitstring.3:1.17 --- src/share/man/man3/bitstring.3:1.16 Fri Nov 20 20:41:58 2015 +++ src/share/man/man3/bitstring.3 Thu Dec 29 23:55:28 2016 @@ -1,4 +1,4 @@ -.\" $NetBSD: bitstring.3,v 1.16 2015/11/20 20:41:58 christos Exp $ +.\" $NetBSD: bitstring.3,v 1.17 2016/12/29 23:55:28 wiz Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" .\" @(#)bitstring.3 8.1 (Berkeley) 7/19/93 .\" -.Dd November 20, 2015 +.Dd December 29, 2016 .Dt BITSTRING 3 .Os .Sh NAME @@ -47,6 +47,7 @@ .Nm bit_test .Nd bit-string manipulation macros .Sh SYNOPSIS +.In sys/types.h .In bitstring.h .Ft bitstr_t * .Fn bit_decl "bitstr_t *name" "size_t nbits"