On Sun, Sep 05, 2004 at 03:41:14PM -0400, Daniel Johnson wrote:
> On Sep 5, 2004, at 3:05 PM, Daniel Johnson wrote:
> >
> >I just noticed that openssl097-dev installs /sw/share/man/man3/err.3 
> >(describing OpenSSL error codes) which conflicts with 
> >/usr/share/man/man3/err.3 (describing the BSD err function and 
> >friends). This makes it impossible to access the system manpage 
> >directly. Apple avoids this by installing the OpenSSL manpages as 
> >*.3ssl and I'd recommend that the fink package do likewise.
> 
> Ugh, never mind. It doesn't help and even without 
> /sw/share/man/man3/err.3, /usr/share/man/man3/err.3ssl still blocks 
> err.3. Why did the OpenSSL folks have to use err.3 as a manpage? It 
> doesn't even have and err function in it. Sigh.

You can pass a section argument to man. For example, 'man 3ssl err'
would see err.3ssl but not err.3. Being consistent with Apple is
probably a good idea regardless.

You can also pass a specific path to man, but that requires knowing
it, but you can learn that with 'man -w'. Not particularly elegant
solution. Best is 'man -a err', which displays each err.* manpage (not
just the first that it finds).

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to