Source-Changes-HG archive

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

[src/trunk]: src/share/man/man3 Sort the list. Minor markup and wording tweaks.



details:   https://anonhg.NetBSD.org/src/rev/016bff6681e8
branches:  trunk
changeset: 467108:016bff6681e8
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Jan 13 16:11:53 2020 +0000

description:
Sort the list.  Minor markup and wording tweaks.

diffstat:

 share/man/man3/bitops.3 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (38 lines):

diff -r d28efcedbfb1 -r 016bff6681e8 share/man/man3/bitops.3
--- a/share/man/man3/bitops.3   Mon Jan 13 16:01:37 2020 +0000
+++ b/share/man/man3/bitops.3   Mon Jan 13 16:11:53 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: bitops.3,v 1.5 2016/12/16 17:20:52 abhinav Exp $
+.\" $NetBSD: bitops.3,v 1.6 2020/01/13 16:11:53 uwe Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen <jruohonen%iki.fi@localhost>
 .\" All rights reserved.
@@ -35,22 +35,22 @@
 .Sh DESCRIPTION
 The
 .In sys/bitops.h
-header includes macros and
-.Em static inline
+header provides macros and
+.Vt static inline
 functions related to bits and integers.
 Among these are:
-.Bl -tag -width "fast_divide32(3) " -offset indent
+.Bl -tag -width ".Xr fast_divide32 3" -offset indent
 .It Xr bitmap 3
 bitmap manipulation macros
+.It Xr fast_divide32 3
+a function for fast 32-bit division
 .It Xr ffs32 3
-functions to find the first and last bit in integers of type
+functions to find the first and last set bit in integers of type
 .Vt uint32_t
 and
 .Vt uint64_t
 .It Xr ilog2 3
 a macro for binary logarithm
-.It Xr fast_divide32 3
-a function for fast 32-bit division
 .El
 .Sh SEE ALSO
 .Xr bits 3 ,



Home | Main Index | Thread Index | Old Index