tvtohz (9)
Leading comments
Copyright (c) 2000 Kelly Yancey
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other...
(The comments found at the beginning of the groff file "man9/tvtohz.9freebsd".)
NAME
tvtohz
- convert time interval to tick count
SYNOPSIS
In sys/time.h
Ft int
Fn tvtohz struct timeval *tv
DESCRIPTION
The
Fn tvtohz
function accepts a single argument
Fa tv
which specifies the time interval over which to calculate the number
of system ticks that would elapse.
RETURN VALUES
Returns the integral number of system ticks expected to elapse in the given
interval, including the current tick.
SEE ALSO
microtime(9),
microuptime(9),
timeout(9)
HISTORY
The
ifconfig
function first appeared in
Fx 3.0
AUTHORS
This manual page was written by
An Kelly Yancey Aq kbyanc@posi.net .