Module Name:    src
Committed By:   wiz
Date:           Mon May 13 12:07:44 UTC 2013

Modified Files:
        src/share/man/man9: microtime.9

Log Message:
Make nanotime and getnanotime prototypes match.
Also, the BUGS section doesn't describe something fixable, so make
it a CAVEATS section instead.
Bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/microtime.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/microtime.9
diff -u src/share/man/man9/microtime.9:1.18 src/share/man/man9/microtime.9:1.19
--- src/share/man/man9/microtime.9:1.18	Tue Jun  8 05:50:01 2010
+++ src/share/man/man9/microtime.9	Mon May 13 12:07:44 2013
@@ -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 @@ This manual page was written by
 .An Jeremy Cooper
 and
 .An Kelly Yancey Aq kby...@posi.net .
-.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

Reply via email to