Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 Note that struct bintime is described in time...
details: https://anonhg.NetBSD.org/src/rev/f1b6481d447f
branches: trunk
changeset: 754964:f1b6481d447f
user: jruoho <jruoho%NetBSD.org@localhost>
date: Tue May 18 05:57:07 2010 +0000
description:
Note that struct bintime is described in timecounter(9). Improve wording.
diffstat:
share/man/man3/timeval.3 | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diffs (44 lines):
diff -r e862c0936390 -r f1b6481d447f share/man/man3/timeval.3
--- a/share/man/man3/timeval.3 Tue May 18 04:30:16 2010 +0000
+++ b/share/man/man3/timeval.3 Tue May 18 05:57:07 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: timeval.3,v 1.5 2010/05/17 20:32:09 jruoho Exp $
+.\" $NetBSD: timeval.3,v 1.6 2010/05/18 05:57:07 jruoho Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,14 +27,15 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd May 17, 2010
+.Dd May 18, 2010
.Dt TIMEVAL 3
.Os
.Sh NAME
.Nm timeval ,
.Nm timespec ,
.Nm itimerval ,
-.Nm itimerspec
+.Nm itimerspec ,
+.Nm bintime
.Nd time structures
.Sh SYNOPSIS
.In sys/time.h
@@ -142,12 +143,14 @@
.Pp
The
.Va sec
-member specifies the time in seconds and the
+member specifies the time in seconds and
.Va frac
-represents 64-bit fraction of seconds.
+represents a 64-bit fraction of seconds.
The
.Va struct bintime
is meant to be used in the kernel only.
+It is further described in
+.Xr timecounter 9 .
.El
.Sh SEE ALSO
.Xr timeradd 3
Home |
Main Index |
Thread Index |
Old Index