Module Name: src
Committed By: wiz
Date: Wed Dec 22 09:07:15 UTC 2010
Modified Files:
src/share/man/man3: __builtin_types_compatible_p.3
Log Message:
Remove superfluous Pp.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man3/__builtin_types_compatible_p.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/__builtin_types_compatible_p.3
diff -u src/share/man/man3/__builtin_types_compatible_p.3:1.1 src/share/man/man3/__builtin_types_compatible_p.3:1.2
--- src/share/man/man3/__builtin_types_compatible_p.3:1.1 Tue Dec 21 15:05:02 2010
+++ src/share/man/man3/__builtin_types_compatible_p.3 Wed Dec 22 09:07:15 2010
@@ -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 <[email protected]>
.\" 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 ,