From owner-cvs-all@FreeBSD.ORG Thu Jan 15 09:58:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8366F16A4CE; Thu, 15 Jan 2004 09:58:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C10D43D5C; Thu, 15 Jan 2004 09:58:27 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0FHwR0B026114; Thu, 15 Jan 2004 09:58:27 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0FHwRjU026113; Thu, 15 Jan 2004 09:58:27 -0800 (PST) (envelope-from ru) Message-Id: <200401151758.i0FHwRjU026113@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 15 Jan 2004 09:58:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man3 pthread.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2004 17:58:28 -0000 ru 2004/01/15 09:58:27 PST FreeBSD src repository Modified files: share/man/man3 pthread.3 Log: Removed outdated text about libc_r replacing libc (it now provides just libc functions wrappers), and updated text to match reality: there are three threading libraries in FreeBSD these days. Removed instructions of how not to build libc_r, it's documented in the make.conf(5) manpage already. Removed description of the FreeBSD-specific gcc(1) option, -pthread. While it's still provided (for backwards compatibility reasons), its usefulness is questionable. Revision Changes Path 1.25 +19 -36 src/share/man/man3/pthread.3