From a3aeabbf13aacb93bddb0fcbfc981a66c4506ef2 Mon Sep 17 00:00:00 2001 From: jruoho Date: Sat, 20 Mar 2010 14:45:18 +0000 Subject: [PATCH] Do not use .pp with %P, as noted by joerg@. --- share/man/man3/fast_divide32.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man3/fast_divide32.3 b/share/man/man3/fast_divide32.3 index 6536badce18c..4a7254e7264c 100644 --- a/share/man/man3/fast_divide32.3 +++ b/share/man/man3/fast_divide32.3 @@ -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