diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-12 21:48:06 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-12 21:48:06 +0000 |
commit | 92dcc59984c834e34afcdaac99c0197d63a33ac8 (patch) | |
tree | eb25de6f69d8162ab25e130d8aa6b85c3bce5624 /lib/libpthread/man/pthread_attr_setstackaddr.3 | |
parent | e264389dcab269557e4c11a85d01749c8069c994 (diff) |
Trailing whitespace begone!
Diffstat (limited to 'lib/libpthread/man/pthread_attr_setstackaddr.3')
-rw-r--r-- | lib/libpthread/man/pthread_attr_setstackaddr.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libpthread/man/pthread_attr_setstackaddr.3 b/lib/libpthread/man/pthread_attr_setstackaddr.3 index 1ca3f85ddd2..03bed1a9a89 100644 --- a/lib/libpthread/man/pthread_attr_setstackaddr.3 +++ b/lib/libpthread/man/pthread_attr_setstackaddr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.1 2000/01/06 06:15:29 d Exp $ +.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.2 2000/04/12 21:48:02 aaron Exp $ .\" Manual page derived from TOG's UNIX98 documentation. .Dd January 6, 2000 .Dt PTHREAD_ATTR_SETSTACKADDR 3 @@ -14,14 +14,14 @@ .Ft int .Fn pthread_attr_getstackaddr "pthread_attr_t *attr" "void **stackaddr" .Sh DESCRIPTION -The functions +The functions .Fn pthread_attr_setstackaddr and .Fn pthread_attr_getstackaddr , respectively, set and get the thread creation -.Va stackaddr -attribute in the +.Va stackaddr +attribute in the .Fa attr object. .Pp @@ -32,7 +32,7 @@ used for the created thread's stack. The size of the storage is at least .Dv PTHREAD_STACK_MIN. .Sh RETURN VALUE -Upon successful completion, +Upon successful completion, .Fn pthread_attr_setstackaddr and .Fn pthread_attr_getstackaddr |