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:
tt_message_context_xval(3) -- retrieve and deserialize the data from a message's context
|
|
The tt_message_context_xval function retrieves and deserializes the data from a message's context. The m argument is the opaque handle for the message involved in this operation. The slotname argument describes the context of this message. The xdr_proc argument points to the XDR procedure to be used to deserialize the data in the nth argument into newly allocated storage, the address of which wil... |
|
FreeBSD Tip Of the Day
|
View all tips
|
In order to make fetch (the FreeBSD downloading tool) ask for
username/password when it encounter a password-protected web page, you can set
the environment variable HTTP_AUTH to 'basic:*'.
|
|