Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  4 Nov 2001 17:15:33 +1100 (EST)
From:      Andrew <andrew@ugh.net.au>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/31747: pthread_create.3 does not markup NULL
Message-ID:  <20011104061533.C3E3FA854@starbug.ugh.net.au>

next in thread | raw e-mail | index | archive | help

>Number:         31747
>Category:       docs
>Synopsis:       pthread_create.3 does not markup NULL
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 03 22:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Andrew
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
UgH!
>Environment:
System: FreeBSD starbug.ugh.net.au 4.4-STABLE FreeBSD 4.4-STABLE #3: Sun Oct 7 21:30:09 EST 2001 andrew@starbug.ugh.net.au:/usr/obj/usr/src/sys/STARBUG i386


	
>Description:

pthread_create does not mark NULL as being a defined symbol.

>How-To-Repeat:
	
>Fix:

Patch to lib/libc_r/man/pthread_create.3


--- pthread_create.3.orig	Sun Nov  4 15:24:19 2001
+++ pthread_create.3	Sun Nov  4 15:24:40 2001
@@ -50,7 +50,9 @@
 within a process.
 If
 .Fa attr
-is NULL, the default attributes are used.
+is
+.Dv NULL ,
+the default attributes are used.
 If the attributes specified by
 .Fa attr
 are modified later, the thread's attributes are not affected.
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011104061533.C3E3FA854>