Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys .Xr uvm_map_protect, not .Fn.



details:   https://anonhg.NetBSD.org/src/rev/b1894655e955
branches:  trunk
changeset: 763758:b1894655e955
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Apr 03 06:54:30 2011 +0000

description:
.Xr uvm_map_protect, not .Fn.

diffstat:

 lib/libc/sys/mprotect.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bdfe4f72af75 -r b1894655e955 lib/libc/sys/mprotect.2
--- a/lib/libc/sys/mprotect.2   Sun Apr 03 06:25:11 2011 +0000
+++ b/lib/libc/sys/mprotect.2   Sun Apr 03 06:54:30 2011 +0000
@@ -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 ,



Home | Main Index | Thread Index | Old Index