The *nix documentation project is meant to provide online searchable documentation for Linux, FreeBSD, OpenBSD, NetBSD, HP-UX, Tru64 and other Unix like operating systems.
Currently hosting over 25000 manual pages,
over 200 Linux Howtos, over 100 FreeBSD tips and a friendly comunity forum where your questions will be answered.
Random man page:
strtold(3) -- convert ASCII string to floating point
|
These conversion functions convert the initial portion of the string pointed to by nptr to double, float, and long double representation, respectively. The expected form of the string is an optional p... |
FreeBSD Tip Of the Day
|
View all tips
|
You can automatically download and install binary packages by doing
pkg_add -r
where you replace with the URL to the package. This will also
automatically install the packages the package you download is dependent on
(ie, the packages it needs in order to work.)
|
|