diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2020-08-03 05:15:54 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2020-08-03 05:15:54 +0000 |
commit | 71bbf81ca74cb4aac27766c6d51953c117221077 (patch) | |
tree | ee134da391a51ed5b1cd31cdc7831b927099f7de /share | |
parent | c1ec7a4df2f6eaf08d09aaf66a11db9735d5b59c (diff) |
add a missing a word
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/cpumem_get.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/cpumem_get.9 b/share/man/man9/cpumem_get.9 index c9537db82b8..37999e3aada 100644 --- a/share/man/man9/cpumem_get.9 +++ b/share/man/man9/cpumem_get.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cpumem_get.9,v 1.9 2016/10/25 08:09:22 jmc Exp $ +.\" $OpenBSD: cpumem_get.9,v 1.10 2020/08/03 05:15:53 dlg Exp $ .\" .\" Copyright (c) 2016 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 25 2016 $ +.Dd $Mdocdate: August 3 2020 $ .Dt CPUMEM_GET 9 .Os .Sh NAME @@ -65,7 +65,7 @@ defined) systems that provides no overhead compared to direct access to a data structure. This allows the API to be used without affecting the performance -uni-processor systems. +on uni-processor systems. .Ss Per CPU Memory Allocation and Deallocation .Fn cpumem_get allocates memory for each CPU from the |