diff options
-rw-r--r-- | lib/libc/sys/clock_gettime.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2 index ed033cedead..8ebd1086f4c 100644 --- a/lib/libc/sys/clock_gettime.2 +++ b/lib/libc/sys/clock_gettime.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: clock_gettime.2,v 1.17 2007/05/31 19:19:32 jmc Exp $ +.\" $OpenBSD: clock_gettime.2,v 1.18 2007/12/09 10:30:14 brad Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: December 9 2007 $ .Dt CLOCK_GETTIME 2 .Os .Sh NAME @@ -122,6 +122,6 @@ The .Fn clock_gettime , .Fn clock_settime , and -.Fn clock_setres +.Fn clock_getres functions conform to .St -p1003.1b-93 . |