summaryrefslogtreecommitdiff
path: root/lib/libc_r/man
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-03-04 15:39:44 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-03-04 15:39:44 +0000
commit3ea0ff70e9d9413700211c9dad131c6a07f66d4b (patch)
treeff82a44461ffc02f446bf464b3f896e426b653f9 /lib/libc_r/man
parentecc71a2af2e2ea3a4b9b2bd464faf43faf9dd1ce (diff)
Use .Va for errno.
Diffstat (limited to 'lib/libc_r/man')
-rw-r--r--lib/libc_r/man/pthread_detach.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthread_detach.3 b/lib/libc_r/man/pthread_detach.3
index f4d30b1ee96..655b5252676 100644
--- a/lib/libc_r/man/pthread_detach.3
+++ b/lib/libc_r/man/pthread_detach.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_detach.3,v 1.6 1999/11/24 05:35:32 d Exp $
+.\" $OpenBSD: pthread_detach.3,v 1.7 2000/03/04 15:39:43 aaron Exp $
.\" Copyright (c) 1996-1998 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
.\"
@@ -59,7 +59,9 @@ If successful, the
.Fn pthread_detach
function will return zero. Otherwise an error number will be returned to
indicate the error. Note that the function does not change the value
-of errno as it did for some drafts of the standard. These early drafts
+of
+.Va errno
+as it did for some drafts of the standard. These early drafts
also passed a pointer to pthread_t as the argument. Beware!
.Sh ERRORS
.Fn pthread_detach