From d2bfbaf2b170c77c8331dd2e080e765d6430081e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 16 Nov 1999 21:56:45 +0000 Subject: Fixed spacing. --- doc/posix_users/thread.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/posix_users/thread.t') 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 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 -- cgit v1.2.3