diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-08 09:01:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-08 09:01:16 +0000 |
commit | d237d59b81be2cc756d92e6f7062a5e9914d796b (patch) | |
tree | 0434c2f2637b3d27c40a51c722478c256045f1d0 /lib/libpthread/man/pthread_attr_setstacksize.3 | |
parent | a271ee9d356ed6f7dba6482d001fa1cbddadc126 (diff) |
RETURN VALUE -> RETURN VALUES in .Sh, as per mdoc template.
also new sentence, new line.
Diffstat (limited to 'lib/libpthread/man/pthread_attr_setstacksize.3')
-rw-r--r-- | lib/libpthread/man/pthread_attr_setstacksize.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpthread/man/pthread_attr_setstacksize.3 b/lib/libpthread/man/pthread_attr_setstacksize.3 index d96514dcf3a..b38ef3f769f 100644 --- a/lib/libpthread/man/pthread_attr_setstacksize.3 +++ b/lib/libpthread/man/pthread_attr_setstacksize.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_attr_setstacksize.3,v 1.4 2003/02/20 18:59:12 jmc Exp $ +.\" $OpenBSD: pthread_attr_setstacksize.3,v 1.5 2003/05/08 09:01:15 jmc Exp $ .\" Manual page derived from TOG's UNIX98 documentation. .\" .\" David Leonard, 2000. Public Domain. @@ -32,13 +32,13 @@ The .Va stacksize attribute defines the minimum stack size (in bytes) allocated for the created thread's stack. -.Sh RETURN VALUE +.Sh RETURN VALUES Upon successful completion, .Fn pthread_attr_setstacksize and .Fn pthread_attr_getstacksize -return a value of 0. Otherwise, an error -number is returned to indicate the error. +return a value of 0. +Otherwise, an error number is returned to indicate the error. .Pp The .Fn pthread_attr_getstacksize |