Date: Sun, 29 Jul 2001 15:31:46 +0200 From: Sheldon Hearn <sheldonh@starjuice.net> To: Dima Dorfman <dd@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libmp mp.3 Message-ID: <35558.996413506@axl.seasidesoftware.co.za> In-Reply-To: Your message of "Sun, 29 Jul 2001 06:19:17 MST." <200107291319.f6TDJHr72192@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 29 Jul 2001 06:19:17 MST, Dima Dorfman wrote: > Added files: > lib/libmp mp.3 > Log: > Add a manual page for the libmp interface. It isn't real great, [...] That's because this isn't the way library functions are supposed to be documented in FreeBSD. Library functions should be documented in pages named after the functions. Where a few functions are closely related (by virtue of more than just being offered by the same library), they can be grouped into a single page. The library from which the functions are provided is easily determined through the use of an .Lb macro, but an .Lb macro has not yet been added for libmp. Ciao, Sheldon. 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?35558.996413506>