.Xr uvm_map_protect, not .Fn.

This commit is contained in:
jruoho 2011-04-03 06:54:30 +00:00
parent 2025001e38
commit dc9fc4f125

View File

@ -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 @@ flag.
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 ,