-.\" $OpenBSD: uvm_map.9,v 1.2 2022/12/09 17:16:36 deraadt Exp $
+.\" $OpenBSD: uvm_map.9,v 1.3 2022/12/09 21:19:53 jmc Exp $
.\" $NetBSD: uvm.9,v 1.14 2000/06/29 06:08:44 mrg Exp $
.\"
.\" Copyright (c) 1998 Matthew R. Green
The
.Fa et
parameter should be 0, unless a
-.Ar PROT_READ | PROT_WRITE
-mapping is being changed to extend the stack limit, then it it may be
-.Ar UVM_ET_STACK .
+.Dv PROT_READ | PROT_WRITE
+mapping is being changed to extend the stack limit, then it may be
+.Dv UVM_ET_STACK .
This function returns a standard errno.
.Pp
The