From: jmc Date: Fri, 9 Dec 2022 21:19:53 +0000 (+0000) Subject: fix double word and Ar -> Dv; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1b7151727215288417e1805f320461d0d9d7ecd0;p=openbsd fix double word and Ar -> Dv; --- diff --git a/share/man/man9/uvm_map.9 b/share/man/man9/uvm_map.9 index eae2e6be918..6afa9f6fe97 100644 --- a/share/man/man9/uvm_map.9 +++ b/share/man/man9/uvm_map.9 @@ -1,4 +1,4 @@ -.\" $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 @@ -264,9 +264,9 @@ is non-zero. 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