Source-Changes-HG archive

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

[src/trunk]: src/share/man/man3 Xref div(3) and remainder(3).



details:   https://anonhg.NetBSD.org/src/rev/c2692bbeba11
branches:  trunk
changeset: 764877:c2692bbeba11
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue May 10 12:09:00 2011 +0000

description:
Xref div(3) and remainder(3).

diffstat:

 share/man/man3/fast_divide32.3 |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r cbb70b7017e3 -r c2692bbeba11 share/man/man3/fast_divide32.3
--- a/share/man/man3/fast_divide32.3    Tue May 10 09:07:51 2011 +0000
+++ b/share/man/man3/fast_divide32.3    Tue May 10 12:09:00 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fast_divide32.3,v 1.7 2011/04/08 08:40:05 jruoho Exp $
+.\"    $NetBSD: fast_divide32.3,v 1.8 2011/05/10 12:09:00 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 8, 2011
+.Dd May 10, 2011
 .Dt FAST_DIVIDE32 3
 .Os
 .Sh NAME
@@ -92,7 +92,9 @@
 r = fast_remainder32(a, b, m, s1, s2);
 .Ed
 .Sh SEE ALSO
-.Xr bitops 3
+.Xr bitops 3 ,
+.Xr div 3 ,
+.Xr remainder 3
 .Rs
 .%A Torbj\(:orn Granlund
 .%A Peter L. Montgomery



Home | Main Index | Thread Index | Old Index