diff options
author | 2014-05-29 07:25:49 +0000 | |
---|---|---|
committer | 2014-05-29 07:25:49 +0000 | |
commit | c2ba11d5625d7c9e950a7d2675729422edc6dfd1 (patch) | |
tree | ff4926b639b5386f1e821ebdc95f94d3532d0acb | |
parent | Use .Er for errnos (diff) | |
download | wireguard-openbsd-c2ba11d5625d7c9e950a7d2675729422edc6dfd1.tar.xz wireguard-openbsd-c2ba11d5625d7c9e950a7d2675729422edc6dfd1.zip |
zap double word;
-rw-r--r-- | share/man/man9/uvm.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/uvm.9 b/share/man/man9/uvm.9 index d14747af11c..cf0cbdd57a3 100644 --- a/share/man/man9/uvm.9 +++ b/share/man/man9/uvm.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uvm.9,v 1.52 2014/05/29 06:17:08 guenther Exp $ +.\" $OpenBSD: uvm.9,v 1.53 2014/05/29 07:25:49 jmc Exp $ .\" $NetBSD: uvm.9,v 1.14 2000/06/29 06:08:44 mrg Exp $ .\" .\" Copyright (c) 1998 Matthew R. Green @@ -412,7 +412,7 @@ function allocates a thread's the memory where its kernel stack and PCB are stored. The .Fn uvm_uarea_free -function frees the the uarea for +function frees the uarea for thread .Fa p , which must no longer be running. |