Do not use .pp with %P, as noted by joerg@.

This commit is contained in:
jruoho 2010-03-20 14:45:18 +00:00
parent 7a75d79822
commit a3aeabbf13
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: fast_divide32.3,v 1.3 2010/03/20 11:18:43 wiz Exp $
.\" $NetBSD: fast_divide32.3,v 1.4 2010/03/20 14:45:18 jruoho Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -91,10 +91,10 @@ r = fast_remainder32(a, b, m, s1, s2);
.%A Peter L. Montgomery
.%T Division by Invariant Integers Using Multiplication
.%J ACM SIGPLAN Notices
.%D 1994
.%D June 1994
.%N Issue 6
.%V Volume 29
.%P pp. 61-72
.%P 61-72
.%U http://gmplib.org/~tege/divcnst-pldi94.pdf
.Re
.Sh HISTORY