Subject: Re: library man pages
To: None <cgd@pa.dec.com>
From: None <Havard.Eidnes@runit.sintef.no>
List: tech-userlevel
Date: 01/10/1998 22:53:06
> 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-)

My preference would be (if it matters...)

	Stadard C Library (-lc)

as it hints to the option to pass to cc and does not mention a
file name, and is equally applicable to shared and static
linking.

- H=E5vard