summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/thread.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 21:56:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 21:56:45 +0000
commitd2bfbaf2b170c77c8331dd2e080e765d6430081e (patch)
tree308f51506c95a12e1faf43f5bfef36a13748f587 /doc/posix_users/thread.t
parentChanged name of document generated. (diff)
downloadrtems-d2bfbaf2b170c77c8331dd2e080e765d6430081e.tar.bz2
Fixed spacing.
Diffstat (limited to 'doc/posix_users/thread.t')
-rw-r--r--doc/posix_users/thread.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix_users/thread.t b/doc/posix_users/thread.t
index 97f54b086e..f5094df3b6 100644
--- a/doc/posix_users/thread.t
+++ b/doc/posix_users/thread.t
@@ -887,10 +887,10 @@ family of routines to which this routine belongs is supported.
#include <pthread.h>
int pthread_create(
- pthread_t *thread,
- const pthread_attr_t *attr,
- void (*start_routine)( void *),
- void *arg
+ pthread_t *thread,
+ const pthread_attr_t *attr,
+ void (*start_routine)( void *),
+ void *arg
);
@end example