diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-09 21:19:54 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-09 21:19:54 +0000 |
commit | 4a226d368960b250d69a76dcd645e791d7bbb856 (patch) | |
tree | bad9b217f23e2062647fc68502b5e888cbeeb805 | |
parent | 89b50aa2a421e94c01cf58da952a10ef0887e6db (diff) |
fix double word and Ar -> Dv;
-rw-r--r-- | share/man/man9/uvm_map.9 | 8 |
1 files changed, 4 insertions, 4 deletions
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 |