Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Update description of struct timecounter (u_i...



details:   https://anonhg.NetBSD.org/src/rev/3de05c8eb57d
branches:  trunk
changeset: 1023620:3de05c8eb57d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Sep 18 18:01:18 2021 +0000

description:
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.

diffstat:

 share/man/man9/timecounter.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2b74b8859360 -r 3de05c8eb57d share/man/man9/timecounter.9
--- a/share/man/man9/timecounter.9      Sat Sep 18 15:14:40 2021 +0000
+++ b/share/man/man9/timecounter.9      Sat Sep 18 18:01:18 2021 +0000
@@ -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 <grange%openbsd.org@localhost>
@@ -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 @@
        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;



Home | Main Index | Thread Index | Old Index