Module Name: src
Committed By: tsutsui
Date: Sat Sep 18 18:01:18 UTC 2021
Modified Files:
src/share/man/man9: timecounter.9
Log Message:
Update description of struct timecounter (u_int64_t -> uint64_t).
It has been changed since src/sys/sys/timetc.h rev 1.8.
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/timecounter.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/timecounter.9
diff -u src/share/man/man9/timecounter.9:1.10 src/share/man/man9/timecounter.9:1.11
--- src/share/man/man9/timecounter.9:1.10 Thu Aug 27 14:14:00 2020
+++ src/share/man/man9/timecounter.9 Sat Sep 18 18:01:18 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: timecounter.9,v 1.10 2020/08/27 14:14:00 fcambus Exp $
+.\" $NetBSD: timecounter.9,v 1.11 2021/09/18 18:01:18 tsutsui Exp $
.\" $OpenBSD: tc_init.9,v 1.4 2007/05/31 19:20:01 jmc Exp $
.\"
.\" Copyright (c) 2004 Alexander Yurchenko <[email protected]>
@@ -37,7 +37,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd June 8, 2010
+.Dd September 18, 2021
.Dt TIMECOUNTER 9
.Os
.Sh NAME
@@ -74,7 +74,7 @@ struct timecounter {
timecounter_get_t *tc_get_timecount;
timecounter_pps_t *tc_poll_pps;
u_int tc_counter_mask;
- u_int64_t tc_frequency;
+ uint64_t tc_frequency;
const char *tc_name;
int tc_quality;
void *tc_priv;