Subject: Re: library man pages
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: Chris G. Demetriou <cgd@pa.dec.com>
List: tech-userlevel
Date: 01/10/1998 11:29:14
> ...If we do have a LIBRARY section, the library names should be -mandoc
> macros:
I agree. (I was actually thinking of that, but figured that whoever
implemented it would do the right thing. 8-)
> .Lb libc
>
> ...or something like that, that emitted:
>
> Standard C Library (libc.so, libc.a)
The only thing that i don't like about this is the library names being
printed. Printed that way, they don't quite make sense for NetBSD.
I'd say something like:
Standard C Library (libc)
or
Standard C Library (-lc)
or
Standard C Library (libc.a)
or
Standard C Library (libc.a, -lc)
would be better. 8-)
chris