Module Name: src
Committed By: tsutsui
Date: Wed May 19 13:41:39 UTC 2010
Modified Files:
src/share/man/man3: timeval.3
Log Message:
microtime(9) stores struct timeval. bintime(9) stores struct bintime.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/man/man3/timeval.3
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/man3/timeval.3
diff -u src/share/man/man3/timeval.3:1.8 src/share/man/man3/timeval.3:1.9
--- src/share/man/man3/timeval.3:1.8 Tue May 18 07:31:15 2010
+++ src/share/man/man3/timeval.3 Wed May 19 13:41:39 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: timeval.3,v 1.8 2010/05/18 07:31:15 jruoho Exp $
+.\" $NetBSD: timeval.3,v 1.9 2010/05/19 13:41:39 tsutsui Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd May 18, 2010
+.Dd May 19, 2010
.Dt TIMEVAL 3
.Os
.Sh NAME
@@ -132,7 +132,7 @@
A value zero implies that the timer is disabled.
.It
The following structure is used by
-.Xr microtime 9 ,
+.Xr bintime 9 ,
among others:
.Bd -literal -offset indent
struct bintime {