diff options
author | cheloha <cheloha@cvs.openbsd.org> | 2019-01-15 00:07:18 +0000 |
---|---|---|
committer | cheloha <cheloha@cvs.openbsd.org> | 2019-01-15 00:07:18 +0000 |
commit | dd180592a9149c30f45d9d1c4c863877a1864215 (patch) | |
tree | 94a7896a0783b30ad671d820ef73eb2fdc0b5375 /share/man | |
parent | 4bdfa1616a075c0c5e4b2541e39f36f1b755b040 (diff) |
correct CODE REFERENCES: kern_clock.c -> kern_tc.c; ok kn@ jmc@ visa@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/microtime.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/microtime.9 b/share/man/man9/microtime.9 index 8daa786d50e..197032aec5e 100644 --- a/share/man/man9/microtime.9 +++ b/share/man/man9/microtime.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: microtime.9,v 1.16 2016/04/03 06:43:59 jsg Exp $ +.\" $OpenBSD: microtime.9,v 1.17 2019/01/15 00:07:17 cheloha Exp $ .\" $NetBSD: microtime.9,v 1.2 1999/03/16 00:40:47 garbled Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 3 2016 $ +.Dd $Mdocdate: January 15 2019 $ .Dt MICROTIME 9 .Os .Sh NAME @@ -109,7 +109,7 @@ be produced in the given format. .Sh CODE REFERENCES The implementation of these functions is partly machine dependent, but the bulk of the code is in the file -.Pa sys/kern/kern_clock.c . +.Pa sys/kern/kern_tc.c . .Sh SEE ALSO .Xr settimeofday 2 , .Xr hardclock 9 , |