diff options
author | 2014-11-30 21:35:46 +0000 | |
---|---|---|
committer | 2014-11-30 21:35:46 +0000 | |
commit | d982c941eb9a288f2d75723cc97ec75ededcf939 (patch) | |
tree | 1710b8cb76fc26703ea18699eb79bd3a2c05b0db /lib/libpthread | |
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/libpthread')
-rw-r--r-- | lib/libpthread/man/pthread_getcpuclockid.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpthread/man/pthread_getcpuclockid.3 b/lib/libpthread/man/pthread_getcpuclockid.3 index b01ff49afda..fae9aaaa993 100644 --- a/lib/libpthread/man/pthread_getcpuclockid.3 +++ b/lib/libpthread/man/pthread_getcpuclockid.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_getcpuclockid.3,v 1.1 2013/06/17 19:11:54 guenther Exp $ +.\" $OpenBSD: pthread_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 PTHREAD_GETCPUCLOCKID 3 .Os .Sh NAME @@ -55,7 +55,7 @@ function conforms to .Sh HISTORY The .Fn pthread_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 . |