Module Name:    src
Committed By:   jruoho
Date:           Wed Dec 22 20:17:50 UTC 2010

Modified Files:
        src/share/man/man3: __builtin_prefetch.3

Log Message:
Fix URL of the paper.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 src/share/man/man3/__builtin_prefetch.3:1.2
--- src/share/man/man3/__builtin_prefetch.3:1.1	Wed Dec 22 19:35:42 2010
+++ src/share/man/man3/__builtin_prefetch.3	Wed Dec 22 20:17:50 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: __builtin_prefetch.3,v 1.1 2010/12/22 19:35:42 jruoho Exp $
+.\" $NetBSD: __builtin_prefetch.3,v 1.2 2010/12/22 20:17:50 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 Jukka Ruohonen <jruoho...@iki.fi>
 .\" All rights reserved.
@@ -109,7 +109,7 @@
 .%A Ulrich Drepper
 .%T What Every Programmer Should Know About Memory
 .%D November 21, 2007
-.%U http://www.akkadia.org/drepper/dsohowto.pdf
+.%U http://www.akkadia.org/drepper/cpumemory.pdf
 .Re
 .Sh CAVEATS
 This is a non-standard, compiler-specific extension.

Reply via email to