Module Name: src
Committed By: jruoho
Date: Sun Apr 3 06:54:31 UTC 2011
Modified Files:
src/lib/libc/sys: mprotect.2
Log Message:
.Xr uvm_map_protect, not .Fn.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/sys/mprotect.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/mprotect.2
diff -u src/lib/libc/sys/mprotect.2:1.23 src/lib/libc/sys/mprotect.2:1.24
--- src/lib/libc/sys/mprotect.2:1.23 Sun Apr 3 06:05:21 2011
+++ src/lib/libc/sys/mprotect.2 Sun Apr 3 06:54:30 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: mprotect.2,v 1.23 2011/04/03 06:05:21 jruoho Exp $
+.\" $NetBSD: mprotect.2,v 1.24 2011/04/03 06:54:30 jruoho Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -84,7 +84,7 @@
An invalid memory range, or invalid parameters were provided.
.It Bq Er ENOMEM
A resource shortage occurred while internally calling
-.Fn uvm_map_protect .
+.Xr uvm_map_protect 9 .
.El
.Sh SEE ALSO
.Xr madvise 2 ,