Date: Sat, 22 Apr 2000 20:41:36 +0300 From: Alexey Zelkin <phantom@FreeBSD.org.ua> 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> In-Reply-To: <200004210935.CAA94965@freefall.freebsd.org>; from phantom@FreeBSD.org on Fri, Apr 21, 2000 at 02:35:44AM -0700 References: <200004210935.CAA94965@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000422204136.A39237>