diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-11-05 23:18:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-11-05 23:18:04 +0000 |
commit | b6ce5c5e37bca983375021710e8b7aaa8e1cb5a1 (patch) | |
tree | 12e3fe09337bd2e2284270a9c99bb56b40274cf7 /share/man/man9 | |
parent | 2218308a00f2e5afecb3a25ac2864dcff2ff1b1a (diff) |
- escape a macro in an Rs/Re block: groff appears to think it is callable
- while here, sort NAME
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 e152a1f6093..0356f98a702 100644 --- a/share/man/man9/clockintr.9 +++ b/share/man/man9/clockintr.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: clockintr.9,v 1.1 2022/11/05 19:29:45 cheloha Exp $ +.\" $OpenBSD: clockintr.9,v 1.2 2022/11/05 23:18:03 jmc Exp $ .\" .\" Copyright (c) 2020-2022 Scott Cheloha <cheloha@openbsd.org> .\" @@ -18,9 +18,9 @@ .Dt CLOCKINTR 9 .Os .Sh NAME +.Nm clockintr_init , .Nm clockintr_cpu_init , .Nm clockintr_dispatch , -.Nm clockintr_init , .Nm clockintr_setstatclockrate , .Nm clockintr_trigger .Nd clock interrupt scheduler @@ -312,7 +312,7 @@ otherwise it returns zero. .%A Steven McCanne .%A Chris Torek .%T A Randomized Sampling Clock for CPU Utilization Estimation and Code Profiling -.%B In Proc. Winter 1993 USENIX Conference +.%B \&In Proc. Winter 1993 USENIX Conference .%D 1993 .%P pp. 387\(en394 .%I USENIX Association |