Re: where to get man documentation?
Re: where to get man documentation?
- Subject: Re: where to get man documentation?
- From: Markus Hitter <email@hidden>
- Date: Tue, 30 Mar 2004 13:35:58 +0200
Am 30.03.2004 um 10:52 schrieb Ken Turkowski:
My Powerbook doesn't have some man documentation available in
Terminal, but my desktop does. I tried reinstalling the xcode
documentation, but it doesn't help.
sqrt is part of the BSD package:
Nobile:~$ find /Library/Receipts -name \*.bom | while read F; do echo
"$F"; lsbom -f "$F" | grep sqrt; done
...
/Library/Receipts//BSD.pkg/Contents/Archive.bom
./usr/share/man/man3/csqrt.3 100644 0/0 18 246291782
./usr/share/man/man3/csqrtf.3 100644 0/0 3290 3954775303
./usr/share/man/man3/sqrt.3 100644 0/0 2485 3778566003
./usr/share/man/man3/sqrtf.3 100644 0/0 16 3871107109
...
Cheers,
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.