From andrew@ugh.net.au  Sat Nov  3 22:15:43 2001
Return-Path: <andrew@ugh.net.au>
Received: from starbug.ugh.net.au (starbug.ugh.net.au [203.31.238.37])
	by hub.freebsd.org (Postfix) with ESMTP id 2AB9D37B425
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 Nov 2001 22:15:35 -0800 (PST)
Received: by starbug.ugh.net.au (Postfix, from userid 1000)
	id C3E3FA854; Sun,  4 Nov 2001 17:15:33 +1100 (EST)
Message-Id: <20011104061533.C3E3FA854@starbug.ugh.net.au>
Date: Sun,  4 Nov 2001 17:15:33 +1100 (EST)
From: Andrew <andrew@ugh.net.au>
Reply-To: Andrew <andrew@ugh.net.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: pthread_create.3 does not markup NULL
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         31747
>Category:       docs
>Synopsis:       pthread_create.3 does not markup NULL
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 03 22:20:00 PST 2001
>Closed-Date:    Fri Feb 22 01:06:29 PST 2002
>Last-Modified:  Fri Feb 22 01:08:48 PST 2002
>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:
State-Changed-From-To: open->analyzed 
State-Changed-By: murray 
State-Changed-When: Mon Nov 5 00:12:40 PST 2001 
State-Changed-Why:  
Dima committed this to -CURRENT but for got to update the PR?  Thanks 
for the submission.  I presume Dima will MFC this change soon. 


http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31747 
Responsible-Changed-From-To: freebsd-doc->dd 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Tue Nov 27 22:32:04 PST 2001 
Responsible-Changed-Why:  
Dima has committed the changes described to -CURRENT. 
When he does the MFC this port can be closed :) 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31747 
State-Changed-From-To: analyzed->closed 
State-Changed-By: maxim 
State-Changed-When: Fri Feb 22 01:06:29 PST 2002 
State-Changed-Why:  
Dima fixed this in -current and Ruslan MFCed to -stable. Thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31747 
>Unformatted:
