diff options
author | 2007-12-09 10:30:14 +0000 | |
---|---|---|
committer | 2007-12-09 10:30:14 +0000 | |
commit | 421f981c2806db173b96ea071f0690b37f8538e7 (patch) | |
tree | 70e782a7856b9e01f079d8a60cc37bc316a1dd39 /lib/libc | |
parent | kill trailing whitespace; (diff) | |
download | wireguard-openbsd-421f981c2806db173b96ea071f0690b37f8538e7.tar.xz wireguard-openbsd-421f981c2806db173b96ea071f0690b37f8538e7.zip |
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 . |