diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-12-27 06:33:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-12-27 06:33:07 +0000 |
commit | 4b31522f6b43ff7b33f3d9990fa776a6e3dcc684 (patch) | |
tree | 70589c2f043605d125084c10892c9989faa9976b /share/man | |
parent | 0dfb5eb86b90d219f96b63ec4cf62690fe9093e9 (diff) |
last item in NAME should not be followed by a comma; from Pierre Riteau
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/microtime.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/microtime.9 b/share/man/man9/microtime.9 index 206ae9ef03e..3bda3a0c471 100644 --- a/share/man/man9/microtime.9 +++ b/share/man/man9/microtime.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: microtime.9,v 1.11 2007/05/31 19:20:00 jmc Exp $ +.\" $OpenBSD: microtime.9,v 1.12 2007/12/27 06:33:06 jmc Exp $ .\" $NetBSD: microtime.9,v 1.2 1999/03/16 00:40:47 garbled Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -35,7 +35,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: December 27 2007 $ .Dt MICROTIME 9 .Os .Sh NAME @@ -48,7 +48,7 @@ .Nm nanouptime , .Nm getnanouptime , .Nm bintime , -.Nm binuptime , +.Nm binuptime .Nd system clock .Sh SYNOPSIS .Fd #include <sys/time.h> |