Module Name: src
Committed By: jruoho
Date: Sun Dec 19 10:08:44 UTC 2010
Modified Files:
src/share/man/man3: __builtin_constant_p.3
Log Message:
Fix xref.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man3/__builtin_constant_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_constant_p.3
diff -u src/share/man/man3/__builtin_constant_p.3:1.1 src/share/man/man3/__builtin_constant_p.3:1.2
--- src/share/man/man3/__builtin_constant_p.3:1.1 Sun Dec 19 10:07:24 2010
+++ src/share/man/man3/__builtin_constant_p.3 Sun Dec 19 10:08:44 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: __builtin_constant_p.3,v 1.1 2010/12/19 10:07:24 jruoho Exp $
+.\" $NetBSD: __builtin_constant_p.3,v 1.2 2010/12/19 10:08:44 jruoho Exp $
.\"
.\" Copyright (c) 2010 Jukka Ruohonen <[email protected]>
.\" All rights reserved.
@@ -61,7 +61,7 @@
fold the computation if it involves a constant,
but a function call is needed otherwise.
For instance,
-.Xr bswap 16
+.Xr bswap16 3
is defined in
.Nx
as: