Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Make nanotime and getnanotime prototypes match.
details: https://anonhg.NetBSD.org/src/rev/ee3bd569b5fc
branches: trunk
changeset: 786811:ee3bd569b5fc
user: wiz <wiz%NetBSD.org@localhost>
date: Mon May 13 12:07:44 2013 +0000
description:
Make nanotime and getnanotime prototypes match.
Also, the BUGS section doesn't describe something fixable, so make
it a CAVEATS section instead.
Bump date.
diffstat:
share/man/man9/microtime.9 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 382400532939 -r ee3bd569b5fc share/man/man9/microtime.9
--- a/share/man/man9/microtime.9 Mon May 13 00:21:56 2013 +0000
+++ b/share/man/man9/microtime.9 Mon May 13 12:07:44 2013 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: microtime.9,v 1.18 2010/06/08 05:50:01 jruoho Exp $
+.\" $NetBSD: microtime.9,v 1.19 2013/05/13 12:07:44 wiz Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -53,7 +53,7 @@
.\"
.\" $FreeBSD: src/share/man/man9/microtime.9,v 1.11 2005/10/13 16:01:28 jhb Exp $
.\"
-.Dd June 8, 2010
+.Dd May 13, 2013
.Dt MICROTIME 9
.Os
.Sh NAME
@@ -84,7 +84,7 @@
.Fc
.Ft void
.Fo nanotime
-.Fa "struct timespec *ts"
+.Fa "struct timespec *tsp"
.Fc
.Ft void
.Fo getnanotime
@@ -177,7 +177,7 @@
.An Jeremy Cooper
and
.An Kelly Yancey Aq kbyanc%posi.net@localhost .
-.Sh BUGS
+.Sh CAVEATS
Despite the guarantee that the system realtime clock will always be
monotonically increasing,
it is always possible for the system clock to be manually reset by the
Home |
Main Index |
Thread Index |
Old Index