Source-Changes-HG archive

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

[src/trunk]: src/share/man/man3 Remove superfluous Pp.



details:   https://anonhg.NetBSD.org/src/rev/be459455c9ee
branches:  trunk
changeset: 759970:be459455c9ee
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Dec 22 09:07:15 2010 +0000

description:
Remove superfluous Pp.

diffstat:

 share/man/man3/__builtin_types_compatible_p.3 |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 4c5a09335e3b -r be459455c9ee share/man/man3/__builtin_types_compatible_p.3
--- a/share/man/man3/__builtin_types_compatible_p.3     Wed Dec 22 09:05:07 2010 +0000
+++ b/share/man/man3/__builtin_types_compatible_p.3     Wed Dec 22 09:07:15 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: __builtin_types_compatible_p.3,v 1.1 2010/12/21 15:05:02 jruoho Exp $
+.\" $NetBSD: __builtin_types_compatible_p.3,v 1.2 2010/12/22 09:07:15 wiz Exp $
 .\"
 .\" Copyright (c) 2010 Jukka Ruohonen <jruohonen%iki.fi@localhost>
 .\" All rights reserved.
@@ -96,7 +96,6 @@
 if (__COMPARE_TYPES(p, double) != 0)
        err(EX_DATAERR, "invalid type");
 .Ed
-.Pp
 .Sh SEE ALSO
 .Xr gcc 1 ,
 .Xr __builtin_constant_p 3 ,



Home | Main Index | Thread Index | Old Index