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 | |
parent | a5f64c3011a1d215b7d3d89cfb958ce19734b2ae (diff) |
getbintime and getbinuptime are no longer so update the documentation as well.
OK deraadt@
-rw-r--r-- | share/man/man9/Makefile | 5 | ||||
-rw-r--r-- | share/man/man9/microtime.9 | 12 |
2 files changed, 3 insertions, 14 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 55f397e2ec1..0b0bb864e47 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.126 2007/05/05 12:57:06 art Exp $ +# $OpenBSD: Makefile,v 1.127 2007/05/09 19:31:14 claudio Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -211,8 +211,7 @@ MLINKS+=microtime.9 getmicrotime.9 microtime.9 microuptime.9 \ microtime.9 getmicrouptime.9 microtime.9 nanotime.9 \ microtime.9 getnanotime.9 microtime.9 nanouptime.9 \ microtime.9 getnanouptime.9 microtime.9 bintime.9 \ - microtime.9 getbintime.9 microtime.9 binuptime.9 \ - microtime.9 getbinuptime.9 + microtime.9 binuptime.9 MLINKS+=mountroothook_establish.9 mountroothook_disestablish.9 MLINKS+=mutex.9 mtx_init.9 mutex.9 mtx_enter.9 mutex.9 mtx_leave.9 MLINKS+=namei.9 lookup.9 namei.9 relookup.9 namei.9 NDINIT.9 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 |