From owner-cvs-all Tue Apr 25 16:47:56 2000 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 664) id DC14037B5E5; Tue, 25 Apr 2000 16:47:54 -0700 (PDT) Date: Tue, 25 Apr 2000 16:47:54 -0700 From: David O'Brien To: Alexey Zelkin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/man pthread_cancel.3 pthread_cleanup_pop.3 pthread_cleanup_push.3 pthread_cond_broadcast.3 pthread_cond_destroy.3 pthread_cond_init.3 pthread_cond_signal.3 pthread_cond_timedwait.3 pthread_cond_wait.3 pthread_create.3 pthread_detach.3 ... Message-ID: <20000425164754.A57307@hub.freebsd.org> Reply-To: obrien@freebsd.org References: <200004231607.JAA13017@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <200004231607.JAA13017@freefall.freebsd.org>; from Alexey Zelkin on Sun, Apr 23, 2000 at 09:07:49AM -0700 X-Operating-System: FreeBSD 3.4-STABLE Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Apr 23, 2000 at 09:07:49AM -0700, Alexey Zelkin wrote: > phantom 2000/04/23 09:07:48 PDT > Modified files: (Branch: RELENG_3) > lib/libc_r/man pthread_cancel.3 pthread_cleanup_pop.3 ...snip... > Log: > MFC: introduce .Lb macro to libc_r manpages A bad MFC. Unfortunately the man page tells people to link with "-lc_r" which is 100% wrong and won't work. "cc -pthread" is the proper way. This commit either needs to be backed out 100%, or changed to "cc -pthread". -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message