Received: by mail.netbsd.org (Postfix, from userid 605) id 2B65214A3F3; Mon, 12 Nov 2012 23:11:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 267E214A3F2 for ; Mon, 12 Nov 2012 23:11:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 1ju-vQIqmRxJ for ; Mon, 12 Nov 2012 23:11:06 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 0917714A3E5 for ; Mon, 12 Nov 2012 23:11:06 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CDE58175DD; Mon, 12 Nov 2012 23:11:05 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 12 Nov 2012 23:11:05 +0000 From: "Valeriy E. Ushakov" Subject: CVS commit: src/lib/libpthread To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20121112231105.CDE58175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Valeriy E. Ushakov" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: uwe Date: Mon Nov 12 23:11:05 UTC 2012 Modified Files: src/lib/libpthread: pthread_cond.3 pthread_mutex.3 pthread_once.3 pthread_rwlock.3 Log Message: Use .Vt type var No = Dv INITIALIZER; to provide examples of static initialization in SYNOPSIS section. .Va macro does the wrong thing (check groff PostScript output) and the need for .Pp kludge (now dropped) should have been an indication too. While here move static initialization example to be right after the declaration of *_init(). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libpthread/pthread_cond.3 \ src/lib/libpthread/pthread_mutex.3 cvs rdiff -u -r1.7 -r1.8 src/lib/libpthread/pthread_once.3 cvs rdiff -u -r1.3 -r1.4 src/lib/libpthread/pthread_rwlock.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.