Module Name: src
Committed By: jruoho
Date: Tue May 10 12:09:00 UTC 2011
Modified Files:
src/share/man/man3: fast_divide32.3
Log Message:
Xref div(3) and remainder(3).
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man3/fast_divide32.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/fast_divide32.3
diff -u src/share/man/man3/fast_divide32.3:1.7 src/share/man/man3/fast_divide32.3:1.8
--- src/share/man/man3/fast_divide32.3:1.7 Fri Apr 8 08:40:05 2011
+++ src/share/man/man3/fast_divide32.3 Tue May 10 12:09:00 2011
@@ -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