diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-11-10 23:57:32 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-11-10 23:57:32 +0000 |
commit | 6c0029a72d97373d0e5433d224c10ef8f27d98f7 (patch) | |
tree | 76eec0a8ebecd3beb0ef329e3d1374aa65ad08b7 /share/man/man9 | |
parent | d61f7586f0839b64294761f34d9290543e501fbf (diff) |
divison -> division
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/clockintr.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/clockintr.9 b/share/man/man9/clockintr.9 index 0356f98a702..a2486aa68da 100644 --- a/share/man/man9/clockintr.9 +++ b/share/man/man9/clockintr.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: clockintr.9,v 1.2 2022/11/05 23:18:03 jmc Exp $ +.\" $OpenBSD: clockintr.9,v 1.3 2022/11/10 23:57:31 jsg Exp $ .\" .\" Copyright (c) 2020-2022 Scott Cheloha <cheloha@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: November 5 2022 $ +.Dd $Mdocdate: November 10 2022 $ .Dt CLOCKINTR 9 .Os .Sh NAME @@ -107,7 +107,7 @@ is less than zero or greater than one billion. .El .Pp The event schedule has a resolution of one nanosecond and event periods are -computed using integer divison. +computed using integer division. If .Vt hz , .Vt stathz , |