From 5863bcc4742767680fad17a0b26c67eeaff40665 Mon Sep 17 00:00:00 2001 From: aaron Date: Sat, 4 Mar 2000 15:39:43 +0000 Subject: [PATCH] Use .Va for errno. --- lib/libc_r/man/pthread_detach.3 | 6 ++++-- lib/libpthread/man/pthread_detach.3 | 6 ++++-- 2 files changed, 8 insertions(+), 4 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 . .\" 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 diff --git a/lib/libpthread/man/pthread_detach.3 b/lib/libpthread/man/pthread_detach.3 index f4d30b1ee96..655b5252676 100644 --- a/lib/libpthread/man/pthread_detach.3 +++ b/lib/libpthread/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 . .\" 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 -- 2.20.1