diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-05-09 19:31:15 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-05-09 19:31:15 +0000 |
commit | edd376f00360fbf805fcc79c0a9a6f7066af135e (patch) | |
tree | 3c038106b4c43d5e6c30a69789e87d1549ddb0e9 /share/man/man9/microtime.9 | |
parent | a5f64c3011a1d215b7d3d89cfb958ce19734b2ae (diff) |
getbintime and getbinuptime are no longer so update the documentation as well.
OK deraadt@
Diffstat (limited to 'share/man/man9/microtime.9')
-rw-r--r-- | share/man/man9/microtime.9 | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/share/man/man9/microtime.9 b/share/man/man9/microtime.9 index e8b888faea4..0ff92064be6 100644 --- a/share/man/man9/microtime.9 +++ b/share/man/man9/microtime.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: microtime.9,v 1.9 2007/04/03 06:37:37 jasper Exp $ +.\" $OpenBSD: microtime.9,v 1.10 2007/05/09 19:31:14 claudio Exp $ .\" $NetBSD: microtime.9,v 1.2 1999/03/16 00:40:47 garbled Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -48,9 +48,7 @@ .Nm nanouptime , .Nm getnanouptime , .Nm bintime , -.Nm getbintime , .Nm binuptime , -.Nm getbinuptime .Nd system clock .Sh SYNOPSIS .Fd #include <sys/time.h> @@ -91,17 +89,9 @@ .Fa "struct bintime *tv" .Fc .Ft void -.Fo "getbintime" -.Fa "struct bintime *tv" -.Fc -.Ft void .Fo "binuptime" .Fa "struct bintime *tv" .Fc -.Ft void -.Fo "getbinuptime" -.Fa "struct bintime *tv" -.Fc .Sh DESCRIPTION This family of functions return the system clock in various different formats. The functions with the "uptime" suffix return the monotonically increasing |