diff options
author | 2014-11-30 21:35:46 +0000 | |
---|---|---|
committer | 2014-11-30 21:35:46 +0000 | |
commit | d982c941eb9a288f2d75723cc97ec75ededcf939 (patch) | |
tree | 1710b8cb76fc26703ea18699eb79bd3a2c05b0db /lib/libc | |
parent | Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99. (diff) | |
download | wireguard-openbsd-d982c941eb9a288f2d75723cc97ec75ededcf939.tar.xz wireguard-openbsd-d982c941eb9a288f2d75723cc97ec75ededcf939.zip |
do not use .St -p1003.1d-99 which is used in exactly two pages;
im going to delete support for it from mandoc(1)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/clock_getcpuclockid.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/clock_getcpuclockid.3 b/lib/libc/gen/clock_getcpuclockid.3 index 181a5929df3..c62184cd028 100644 --- a/lib/libc/gen/clock_getcpuclockid.3 +++ b/lib/libc/gen/clock_getcpuclockid.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: clock_getcpuclockid.3,v 1.1 2013/06/17 19:11:54 guenther Exp $ +.\" $OpenBSD: clock_getcpuclockid.3,v 1.2 2014/11/30 21:35:46 schwarze Exp $ .\" .\" Copyright (c) 2013 Philip Guenther <guenther@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 17 2013 $ +.Dd $Mdocdate: November 30 2014 $ .Dt CLOCK_GETCPUCLOCKID 3 .Os .Sh NAME @@ -59,7 +59,7 @@ function conforms to .Sh HISTORY The .Fn clock_getcpuclockid -function first appeared in -.St -p1003.1d-99 +function first appeared in IEEE Std 1003.1d-1999 +.Pq Dq POSIX.1d and has been available since .Ox 5.4 . |