diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-04-06 07:32:41 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-04-06 07:32:41 +0000 |
commit | 95d5072df192381ed82880551daed148e5c979cd (patch) | |
tree | 4b2dfd62344819d4cdbaff7befea17b3d7452425 /lib | |
parent | eb77f763ea127be4f791f5c448c0d305f5194c8f (diff) |
a little fix for the version history
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/__thrsigdivert.2 | 10 | ||||
-rw-r--r-- | lib/libc/sys/__thrsleep.2 | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/sys/__thrsigdivert.2 b/lib/libc/sys/__thrsigdivert.2 index 8eb25474635..f5bb6fa2f6b 100644 --- a/lib/libc/sys/__thrsigdivert.2 +++ b/lib/libc/sys/__thrsigdivert.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: __thrsigdivert.2,v 1.2 2013/04/06 07:20:47 tedu Exp $ +.\" $OpenBSD: __thrsigdivert.2,v 1.3 2013/04/06 07:32:40 tedu Exp $ .\" .\" Copyright (c) 2012 Philip Guenther <guenther@openbsd.org> .\" @@ -106,10 +106,10 @@ function is specific to .Ox and should not be used in portable applications. .Sh HISTORY -The -.Fn __thrsigdivert -function appeared in -.Ox 3.? . +A +.Fn thrsigdivert +syscall appeared in +.Ox 3.9 . The .Fa info and diff --git a/lib/libc/sys/__thrsleep.2 b/lib/libc/sys/__thrsleep.2 index 1956df2e809..34d3c663e38 100644 --- a/lib/libc/sys/__thrsleep.2 +++ b/lib/libc/sys/__thrsleep.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: __thrsleep.2,v 1.2 2013/04/06 07:20:47 tedu Exp $ +.\" $OpenBSD: __thrsleep.2,v 1.3 2013/04/06 07:32:40 tedu Exp $ .\" .\" Copyright (c) 2012 Philip Guenther <guenther@openbsd.org> .\" @@ -185,7 +185,7 @@ The and .Fn thrwakeup syscalls appeared in -.Ox 4.1 . +.Ox 3.9 . The .Fa clock_id and |