diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2007-12-09 10:30:15 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2007-12-09 10:30:15 +0000 |
commit | 2b864d06a3facac2aea4ea0bc5846ce9e24062d9 (patch) | |
tree | 206c6c952d6ffc8b5389f51ce389710520d3a029 /lib/libc | |
parent | 4a8165f92066a60a385ebc6ff66cfe88ff5039ac (diff) |
correct the STANDARDS section to mention clock_getres() instead of
clock_setres().
ok jmc@ dlg@
Diffstat (limited to 'lib/libc')
-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 . |