From owner-cvs-all Sat Apr 22 10:40:15 2000 Delivered-To: cvs-all@freebsd.org Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by hub.freebsd.org (Postfix) with ESMTP id 5FE4637B517; Sat, 22 Apr 2000 10:40:03 -0700 (PDT) (envelope-from phantom@FreeBSD.org.ua) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id UAA88608; Sat, 22 Apr 2000 20:39:53 +0300 (EEST) Received: (from phantom@localhost) by phantom.cris.net (8.9.3/8.9.3) id UAA39250; Sat, 22 Apr 2000 20:41:38 +0300 (EEST) (envelope-from phantom) Date: Sat, 22 Apr 2000 20:41:36 +0300 From: Alexey Zelkin To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/groff/tmac doc-common Message-ID: <20000422204136.A39237@phantom.cris.net> References: <200004210935.CAA94965@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200004210935.CAA94965@freefall.freebsd.org>; from phantom@FreeBSD.org on Fri, Apr 21, 2000 at 02:35:44AM -0700 X-Operating-System: FreeBSD 4.0-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, I have committed call of that macro to almost all libraries manpages (which manpages are in mdoc format) (note: libipsec manpages still need some work). Please notice me if I've missed some. Please follow that style when write manpages for any library. PS: Comments/suggestions welcome! On Fri, Apr 21, 2000 at 02:35:44AM -0700, Alexey Zelkin wrote: > phantom 2000/04/21 02:35:44 PDT > > Modified files: > contrib/groff/tmac doc-common > Log: > Introduce new mdoc macro -- Lb. It will be used to define library ownership > for function. For example: for stat(2) syscall (owned by libc) we will add > following code: > > .Sh LIBRARY > .Lb libc > > and it will be rendered to: > > LIBRARY > Standard C Library (libc, -lc) > > Suggested by: mpp > Idea obtained from: NetBSD -- /* Alexey Zelkin && phantom@cris.net */ /* Tavric National University && phantom@crimea.edu */ /* http://www.ccssu.crimea.ua/~phantom && phantom@FreeBSD.org */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message