diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-29 07:25:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-29 07:25:50 +0000 |
commit | 551b1952d9013d00f458416a1d85fe206688fcfb (patch) | |
tree | 418ee8103ad46be8f8a6c0f936a1979ba5a8948d /share/man/man9/uvm.9 | |
parent | 5c703e5967662b03604b57a00bfd638b0b1ef4b0 (diff) |
zap double word;
Diffstat (limited to 'share/man/man9/uvm.9')
-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. |