From owner-cvs-share Tue Nov 4 20:00:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA07561 for cvs-share-outgoing; Tue, 4 Nov 1997 20:00:21 -0800 (PST) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA07067; Tue, 4 Nov 1997 19:55:30 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA13599; Tue, 4 Nov 1997 19:54:14 -0800 (PST) Date: Tue, 4 Nov 1997 19:54:14 -0800 (PST) Message-Id: <199711050354.TAA13599@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/man/man3 pthread.3 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1997/11/04 19:54:14 PST Modified files: share/man/man3 pthread.3 Log: Update the man page to reflect that libc_r is built as part of make world unless the '-DNOLIBC_R' option is given to make(1). PR: 4710 Submitted by: Magnus Enbom