diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-11-20 08:00:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-11-20 08:00:07 +0000 |
commit | 28fbdee6a1ba441f6d223931401d4e58c9e3ba60 (patch) | |
tree | 5ea25ce34ba05ed02215707947fe541c3be4e441 /share/man/man9/microtime.9 | |
parent | 7305a2374355204e00312e8fc9ad302c266d58fe (diff) |
various Xr fixes; nordin@cse.ogi.edu
Diffstat (limited to 'share/man/man9/microtime.9')
-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 973c8ce94fb..73907d94b0d 100644 --- a/share/man/man9/microtime.9 +++ b/share/man/man9/microtime.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: microtime.9,v 1.3 2000/10/12 18:06:01 aaron Exp $ +.\" $OpenBSD: microtime.9,v 1.4 2000/11/20 08:00:06 deraadt Exp $ .\" $NetBSD: microtime.9,v 1.2 1999/03/16 00:40:47 garbled Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -60,11 +60,11 @@ all calls to are guaranteed to return a system time greater than or equal to the system time returned in any previous calls. .Sh SEE ALSO +.Xr settimeofday 2 , .Xr hz 9 , .Xr hardclock 9 , .Xr inittodr 9 , -.Xr time 9 , -.Xr settimeofday 9 +.Xr time 9 .Sh CODE REFERENCES The implementation of the .Fn microtime |