Module Name: src
Committed By: wiz
Date: Wed Dec 22 22:02:54 UTC 2010
Modified Files:
src/share/man/man3: __builtin_prefetch.3
Log Message:
Fix Fn arguments.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man3/__builtin_prefetch.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_prefetch.3
diff -u src/share/man/man3/__builtin_prefetch.3:1.2 src/share/man/man3/__builtin_prefetch.3:1.3
--- src/share/man/man3/__builtin_prefetch.3:1.2 Wed Dec 22 20:17:50 2010
+++ src/share/man/man3/__builtin_prefetch.3 Wed Dec 22 22:02:54 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: __builtin_prefetch.3,v 1.2 2010/12/22 20:17:50 jruoho Exp $
+.\" $NetBSD: __builtin_prefetch.3,v 1.3 2010/12/22 22:02:54 wiz Exp $
.\"
.\" Copyright (c) 2010 Jukka Ruohonen <[email protected]>
.\" All rights reserved.
@@ -32,7 +32,7 @@
.Nd GNU extension to prefetch memory
.Sh SYNOPSIS
.Ft void
-.Fn __builtin_prefetch "const void *addr, ..."
+.Fn __builtin_prefetch "const void *addr" "..."
.Sh DESCRIPTION
The
.Fn __builtin_prefetch