Fixed spacing.

This commit is contained in:
Joel Sherrill
1999-11-16 21:56:45 +00:00
parent a47e653a2c
commit d2bfbaf2b1
12 changed files with 185 additions and 175 deletions

View File

@@ -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