Module Name:    src
Committed By:   wiz
Date:           Sat Mar 20 11:18:43 UTC 2010

Modified Files:
        src/share/man/man3: fast_divide32.3

Log Message:
Serial comma; prepare for HTML-output.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/share/man/man3/fast_divide32.3:1.3
--- src/share/man/man3/fast_divide32.3:1.2	Sat Mar 20 10:26:06 2010
+++ src/share/man/man3/fast_divide32.3	Sat Mar 20 11:18:43 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fast_divide32.3,v 1.2 2010/03/20 10:26:06 jruoho Exp $
+.\"	$NetBSD: fast_divide32.3,v 1.3 2010/03/20 11:18:43 wiz Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -58,7 +58,7 @@
 using optimised CPU instructions.
 The constants
 .Fa m ,
-.Fa s1
+.Fa s1 ,
 and
 .Fa s2
 must first be preset for a given value of
@@ -80,7 +80,7 @@
 uint32_t a, b, q, r, m;
 uint8_t s1, s2;
 
-fast_divide32_prepare(b, &m, &s1, &s2);
+fast_divide32_prepare(b, \*[Am]m, \*[Am]s1, \*[Am]s2);
 
 q = fast_divide32(a, b, m, s1, s2);
 r = fast_remainder32(a, b, m, s1, s2);

Reply via email to