diff options
author | 2019-01-15 00:07:17 +0000 | |
---|---|---|
committer | 2019-01-15 00:07:17 +0000 | |
commit | a1d3f8bc44da5bec9da6e840942061c5d5bd2ced (patch) | |
tree | 3526a38693ebc4e1436db085043ad3494801bd25 | |
parent | Calling llabs(LLONG_MIN) is undefined behavior, llvm 7.0.1 does not (diff) | |
download | wireguard-openbsd-a1d3f8bc44da5bec9da6e840942061c5d5bd2ced.tar.xz wireguard-openbsd-a1d3f8bc44da5bec9da6e840942061c5d5bd2ced.zip |
correct CODE REFERENCES: kern_clock.c -> kern_tc.c; ok kn@ jmc@ visa@
-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 , |