Deleted Added
full compact
pthread_create.3 (38028) pthread_create.3 (38702)
1.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 87 unchanged lines hidden (view full) ---

96.It Bq Er EINVAL
97The value specified by
98.Fa attr
99is invalid.
100.El
101.Pp
102.Sh SEE ALSO
103.Xr fork 2 ,
1.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 87 unchanged lines hidden (view full) ---

96.It Bq Er EINVAL
97The value specified by
98.Fa attr
99is invalid.
100.El
101.Pp
102.Sh SEE ALSO
103.Xr fork 2 ,
104.Xr pthread_exit 3 ,
105.Xr pthread_cleanup_push 3 ,
106.Xr pthread_cleanup_pop 3 ,
104.Xr pthread_cleanup_pop 3 ,
105.Xr pthread_cleanup_push 3 ,
106.Xr pthread_exit 3 ,
107.Xr pthread_join 3
108.Sh STANDARDS
109.Fn pthread_create
110conforms to ISO/IEC 9945-1 ANSI/IEEE
111.Pq Dq Tn POSIX
112Std 1003.1 Second Edition 1996-07-12.
107.Xr pthread_join 3
108.Sh STANDARDS
109.Fn pthread_create
110conforms to ISO/IEC 9945-1 ANSI/IEEE
111.Pq Dq Tn POSIX
112Std 1003.1 Second Edition 1996-07-12.