aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/microuptime.9
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-12 21:48:25 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-12 21:48:25 +0000
commitc0854fb7b271bc41ecee43bf0a295a72a1fee859 (patch)
tree55387cdd0f8237d019daf115b9f1109b18fa54ef /share/man/man9/microuptime.9
parentc16a777f08b568f5ccb99481aeacd6d85ae194ba (diff)
downloadsrc-c0854fb7b271bc41ecee43bf0a295a72a1fee859.tar.gz
src-c0854fb7b271bc41ecee43bf0a295a72a1fee859.zip
Scheduled mdoc(7) sweep.
Notes
Notes: svn path=/head/; revision=140140
Diffstat (limited to 'share/man/man9/microuptime.9')
-rw-r--r--share/man/man9/microuptime.914
1 files changed, 8 insertions, 6 deletions
diff --git a/share/man/man9/microuptime.9 b/share/man/man9/microuptime.9
index 3e0b6ac00b66..8f9985f72aa9 100644
--- a/share/man/man9/microuptime.9
+++ b/share/man/man9/microuptime.9
@@ -22,9 +22,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD$
.\"
-.Dd September, 16 2004
+.Dd September 16, 2004
.Dt MICROUPTIME 9
.Os
.Sh NAME
@@ -55,7 +55,7 @@ The
and
.Fn getbinuptime
functions store the time elapsed since boot as a
-.Ft struct bintime
+.Vt "struct bintime"
at the address specified by
.Fa bt .
The
@@ -63,19 +63,21 @@ The
and
.Fn getmicrouptime
functions perform the same utility, but record the elapsed time as a
-.Ft struct timeval
+.Vt "struct timeval"
instead.
Similarly the
.Fn nanouptime
and
.Fn getnanouptime
functions store the elapsed time as a
-.Ft struct timespec .
+.Vt "struct timespec" .
.Pp
-.Fn Binuptime ,
+The
+.Fn binuptime ,
.Fn microuptime ,
and
.Fn nanouptime
+functions
always query the timecounter to return the current time as precisely as
possible.
Whereas