Re: microtime.9: update CODE REFERENCES

2019-01-13 Thread Klemens Nanni
On Sun, Jan 13, 2019 at 01:30:09PM -0600, Scott Cheloha wrote: > The microtime(9) functions are in kern_tc.c, not kern_clock.c. OK. The rest looks fine as is: $ man -k pa=kern_tc tc_init(9) - machine-independent binary timescale $ man -k pa=kern_clock hardclock(9)

microtime.9: update CODE REFERENCES

2019-01-13 Thread Scott Cheloha
The microtime(9) functions are in kern_tc.c, not kern_clock.c. ok? Index: share/man/man9/microtime.9 === RCS file: /cvs/src/share/man/man9/microtime.9,v retrieving revision 1.16 diff -u -p -r1.16 microtime.9 --- share/man/man9/microt