diff options
Diffstat (limited to 'lib/libc/sys/__thrsleep.2')
-rw-r--r-- | lib/libc/sys/__thrsleep.2 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/sys/__thrsleep.2 b/lib/libc/sys/__thrsleep.2 index 5faacbca33d..1956df2e809 100644 --- a/lib/libc/sys/__thrsleep.2 +++ b/lib/libc/sys/__thrsleep.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: __thrsleep.2,v 1.1 2012/03/13 15:55:46 guenther Exp $ +.\" $OpenBSD: __thrsleep.2,v 1.2 2013/04/06 07:20:47 tedu Exp $ .\" .\" Copyright (c) 2012 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: March 13 2012 $ +.Dd $Mdocdate: April 6 2013 $ .Dt __THRSLEEP 3 .Os .Sh NAME @@ -132,8 +132,6 @@ The .Fa ident argument is .Dv NULL . -.It Bq Er ENOTSUP -The kern.rthreads sysctl was not enabled. .El .Pp In addition, |