From owner-freebsd-doc Sat Nov 3 22:20:27 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A33537B429 for ; Sat, 3 Nov 2001 22:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA46K0N63468; Sat, 3 Nov 2001 22:20:01 -0800 (PST) (envelope-from gnats) Received: from starbug.ugh.net.au (starbug.ugh.net.au [203.31.238.37]) by hub.freebsd.org (Postfix) with ESMTP id 2AB9D37B425 for ; 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 Reply-To: Andrew To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/31747: pthread_create.3 does not markup NULL Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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