> the typeset pages.) But the unwritten style guide for BSD man pages > says function names (and almost everything else) are case preserved. > > --lyndon
Are you sure? I just looked at Rob's example, qsort(3), on my FreeBSD system. It mostly follows his usage, but there was Mergesort() is optimized for data with pre-existing order I think FreeBSD generally follows the traditional UNIX usage in this regard. The traditional usage worked quite well when identifiers were all short and lower case. The problems begin when people name their functions things like i2d_PKCS8PrivateKey_nid_bio. -- John Stalker University of Dublin, Trinity College School of Mathematics
