Archive for the ‘Man Pages’ Category

man bkgrndset – Man page for bkgrndset

Friday, June 1st, 2007

curs_bkgrnd Section: Miscellaneous Library Functions (3X)Updated: Index Return to Main Contents   NAME bkgrnd, wbkgrnd, bkgrndset, wbkgrndset, getbkgrnd, wgetbkgrnd – curses window complex background manipulation routines   SYNOPSIS #include <curses.h> int bkgrnd( const cchar_t *wch); int wbkgrnd( WINDOW *win, const cchar_t *wch); void bkgrndset(const cchar_t *wch ); void wbkgrndset(WINDOW *win, const cchar_t *wch); int getbkgrnd(cchar_t *wch); int wgetbkgrnd(WINDOW *win, cchar_t *wch);   DESCRIPTION The bkgrndset and wbkgrndset routines manipulate the background of the ...

man RAND_file_name – Man page for RAND_file_name

Friday, June 1st, 2007

RAND_load_file Section: OpenSSL (3)Updated: 2001–03–21Index Return to Main Contents   NAME RAND_load_file, RAND_write_file, RAND_file_name – PRNG seed file   SYNOPSIS #include <openssl/rand.h> const char *RAND_file_name(char *buf, size_t num); int RAND_load_file(const char *filename, long max_bytes); int RAND_write_file(const char *filename);   DESCRIPTION RAND_file_name() generates a default path for the random seed file. buf points to a buffer of size num in which to ...

man gcjh – Man page for gcjh

Friday, June 1st, 2007

GCJH Section: GNU (1)Updated: 2007–11–09Index Return to Main Contents   NAME gcjh – generate header files from Java class files   SYNOPSIS gcjh [–stubs] [–jni]     [–force] [–old] [–trace] [–J option]     [–add text] [–append text] [–friend text]     [–preprend text]     [––classpath=path] [––CLASSPATH=path]     [––bootclasspath=path]     [–Idir...] [–d dir...]     [–o file] [–td dir]     [–M] [–MM] [–MD] [–MMD]     [––version] [––help] [–v] [––verbose]     classname...   DESCRIPTION The "gcjh" program is used to generate header files from class files. It can generate both CNI and JNI header files, as well as stub implementation files which can be used as a basis for ...

man XtGetClassExtension – Man page for XtGetClassExtension

Friday, June 1st, 2007

XtGetClassExtension Section: XT FUNCTIONS (3Xt)Updated: libXt 1.0.2Index Return to Main Contents   NAME XtGetClassExtension – locate a class extension record   SYNTAX XtPointer XtGetClassExtension(WidgetClass object_class, Cardinal byte_offset, XrmQuark type, long version, Cardinal record_size);   ARGUMENTS object_class Specifies the widget class containing the extension list to be searched. byte_offset Specifies the offset in bytes form the base of the widget class of the extension field to be ...

man SSL_SESSION_set_ex_data – Man page for SSL_SESSION_set_ex_data

Friday, June 1st, 2007

SSL_SESSION_get_ex_new_index Section: OpenSSL (3)Updated: 2005–03–30Index Return to Main Contents   NAME SSL_SESSION_get_ex_new_index, SSL_SESSION_set_ex_data, SSL_SESSION_get_ex_data – internal application specific data functions   SYNOPSIS #include <openssl/ssl.h> int SSL_SESSION_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, ...

man issue – Man page for issue

Friday, June 1st, 2007

ISSUE Section: Linux Programmer's Manual (5)Updated: 1993–07–24Index Return to Main Contents   NAME issue – pre–login message and identification file   DESCRIPTION The file /etc/issue is a text file which contains a message or system identification to be printed before the login prompt. It may contain various @char and \char sequences, if supported by mingetty(8).   FILES /etc/issue   SEE ALSO mingetty(8), motd(5)  Index NAME DESCRIPTION FILES SEE ALSO

man XmbTextListToTextProperty – Man page for XmbTextListToTextProperty

Friday, June 1st, 2007

XmbTextListToTextProperty Section: XLIB FUNCTIONS (3X11)Updated: libX11 1.0.3Index Return to Main Contents   NAME XmbTextListToTextProperty, XwcTextListToTextProperty, Xutf8TextListToTextProperty, XmbTextPropertyToTextList, XwcTextPropertyToTextList, Xutf8TextPropertyToTextList, XwcFreeStringList, XDefaultString – convert text lists and text property structures   SYNTAX int XmbTextListToTextProperty(Display *display, char **list, int count, XICCEncodingStyle style, XTextProperty *text_prop_return); int XwcTextListToTextProperty(Display *display, wchar_t **list, int count, XICCEncodingStyle style, XTextProperty *text_prop_return); int Xutf8TextListToTextProperty(Display *display, char **list, int count, XICCEncodingStyle style, XTextProperty *text_prop_return); ...

man nhfsnums – Man page for nhfsnums

Friday, June 1st, 2007

NHFSNUMS Section: Maintenance Commands (8)Updated: 26 Feb 2000Index Return to Main Contents   NAME nhfsnums – Convert nhfsrun output to plot(5)   SYNOPSIS nhfsnums <numsfiles>   DESCRIPTION Converts raw numbers from nhfsstone output into plot(5) format. The <numsfiles> should be named run.xxx, where xxx is a name related to the numbers gathered. Each file will produce one line with a label that is the file suffix (the part following the dot).   SEE ALSO nhfsstone(8), nhfsrun(8), nhfsgraph(8)  Index NAME SYNOPSIS DESCRIPTION SEE ...

man create_index – Man page for create_index

Friday, June 1st, 2007

CREATE INDEX Section: SQL Commands ()Updated: 2008–01–03Index Return to Main Contents   NAME CREATE INDEX – define a new index   SYNOPSIS CREATE [ UNIQUE ] INDEX name ON table [ USING method ] ( { column | ( expression ) } [ opclass ] [, ...] ) [ TABLESPACE tablespace ] ...

man Xevi – Man page for Xevi

Friday, June 1st, 2007

XEVI Section: X FUNCTIONS (3X11)Updated: libXext 1.0.1Index Return to Main Contents   NAME XeviQueryExtension, XeviQueryVersion, XeviGetVisualInfo – X Extended Visual Information functions   SYNOPSIS #include <X11/extensions/XEVI.h> Bool XeviQueryExtension (Display *dpy); Bool XeviQueryVersion (Display *dpy,     int *major_version_return,     int *minor_version_return); int XeviGetVisualInfo (Display *dpy, VisualID *visual,     int n_visual, ExtendedVisualInfo ** evi_return,     int * n_info_return);   DESCRIPTION The X11 Extended Visual Information extension (EVI) allows a client to determine information about core X visuals beyond what the core protocol provides. The EVI application programming ...

man asn1parse – Man page for asn1parse

Friday, June 1st, 2007

ASN1PARSE Section: OpenSSL (1)Updated: 2004–11–25Index Return to Main Contents   NAME asn1parse – ASN.1 parsing tool   SYNOPSIS openssl asn1parse [–inform PEM|DER] [–in filename] [–out filename] [–noout] [–offset number] [–length number] [–i] [–oid filename] [–strparse offset] [–genstr string] [–genconf file]   DESCRIPTION The asn1parse command is a diagnostic utility that can parse ASN.1 structures. It can also be used to extract data from ASN.1 formatted data.   OPTIONS –inform DER|PEM the input format. DER is binary format ...

man toe – Man page for toe

Friday, June 1st, 2007

toe Section: Misc. Reference Manual Pages (1M)Updated: Index Return to Main Contents   NAME toe – table of (terminfo) entries   SYNOPSIS toe [–v[n]] [–ahuUV] file...   DESCRIPTION With no options, toe lists all available terminal types by primary name with descriptions. File arguments specify the directories to be scanned; if no such arguments are given, your default terminfo directory is scanned. ...

man MDC2_Init – Man page for MDC2_Init

Friday, June 1st, 2007

mdc2 Section: OpenSSL (3)Updated: 2000–02–25Index Return to Main Contents   NAME MDC2, MDC2_Init, MDC2_Update, MDC2_Final – MDC2 hash function   SYNOPSIS #include <openssl/mdc2.h> unsigned char *MDC2(const unsigned char *d, unsigned long n, unsigned char *md); void MDC2_Init(MDC2_CTX *c); void MDC2_Update(MDC2_CTX ...

man fence_vixel – Man page for fence_vixel

Friday, June 1st, 2007

fence_vixel Section: Maintenance Commands (8)Index Return to Main Contents   NAME fence_vixel – I/O Fencing agent for Vixel FC switches   SYNOPSIS fence_vixel [OPTION]...   DESCRIPTION fence_vixel is an I/O Fencing agent which can be used with Vixel FC switches. It logs into a Vixel switch via telnet and removes the specified port from the zone. Removing the zone access from the port ...

man acl_copy_int – Man page for acl_copy_int

Friday, June 1st, 2007

ACL_COPY_INT Section: C Library Functions (3)Index Return to Main Contents BSD mandoc Linux ACL   NAME acl_copy_int – copy an ACL from external to internal representation   LIBRARY Linux Access Control Lists library (libacl, –lacl).   SYNOPSIS In sys/types.h In sys/acl.h Ft acl_t Fn acl_copy_int const void *buf_p   DESCRIPTION The Fn acl_copy_int function copies an exportable, contiguous, persistent form of an ACL, pointed to by buf_p to the internal representation. This function ...

man Net::Domain – Man page for Net::Domain

Friday, June 1st, 2007

Net::Domain Section: Perl Programmers Reference Guide (3pm)Updated: 2001–09–21Index Return to Main Contents   NAME Net::Domain – Attempt to evaluate the current host's internet name and domain   SYNOPSIS use Net::Domain qw(hostname hostfqdn hostdomain);   DESCRIPTION Using various methods attempt to find the Fully Qualified Domain Name (FQDN) of the current host. From this determine the host–name and the ...

man SDLKey – Man page for SDLKey

Friday, June 1st, 2007

SDLKey Section: SDL API Reference (3)Updated: Wed 11 Oct 2000, 22:28Index Return to Main Contents   NAME SDLKey– SDL Keysym Definitions   SDL Keysym definitions SDLKey ASCII value Common Name SDLK_BACKSPACE '\b' ...

man curl_multi_assign – Man page for curl_multi_assign

Friday, June 1st, 2007

curl_multi_assign Section: libcurl Manual (3)Updated: 9 Jul 2006Index Return to Main Contents   NAME curl_multi_assign – set data to associated with an internal socket   SYNOPSIS #include <curl/curl.h> CURLMcode curl_multi_assign(CURLM *multi_handle, curl_socket_t sockfd,                             void *sockptr);   DESCRIPTION This function assigns an association in the multi handle between the given socket and a private pointer of the application. This is (only) useful for curl_multi_socket(3) uses. When set, the ...

man EVP_CIPHER_CTX_cipher – Man page for EVP_CIPHER_CTX_cipher

Friday, June 1st, 2007

EVP_EncryptInit Section: OpenSSL (3)Updated: 2005–04–15Index Return to Main Contents   NAME EVP_CIPHER_CTX_init, EVP_EncryptInit_ex, EVP_EncryptUpdate, EVP_EncryptFinal_ex, EVP_DecryptInit_ex, EVP_DecryptUpdate, EVP_DecryptFinal_ex, EVP_CipherInit_ex, EVP_CipherUpdate, EVP_CipherFinal_ex, EVP_CIPHER_CTX_set_key_length, EVP_CIPHER_CTX_ctrl, EVP_CIPHER_CTX_cleanup, EVP_EncryptInit, EVP_EncryptFinal, EVP_DecryptInit, EVP_DecryptFinal, EVP_CipherInit, EVP_CipherFinal, EVP_get_cipherbyname, EVP_get_cipherbynid, EVP_get_cipherbyobj, EVP_CIPHER_nid, EVP_CIPHER_block_size, EVP_CIPHER_key_length, EVP_CIPHER_iv_length, EVP_CIPHER_flags, EVP_CIPHER_mode, EVP_CIPHER_type, EVP_CIPHER_CTX_cipher, EVP_CIPHER_CTX_nid, EVP_CIPHER_CTX_block_size, EVP_CIPHER_CTX_key_length, EVP_CIPHER_CTX_iv_length, EVP_CIPHER_CTX_get_app_data, EVP_CIPHER_CTX_set_app_data, EVP_CIPHER_CTX_type, EVP_CIPHER_CTX_flags, EVP_CIPHER_CTX_mode, EVP_CIPHER_param_to_asn1, EVP_CIPHER_asn1_to_param, EVP_CIPHER_CTX_set_padding – EVP cipher routines   SYNOPSIS #include <openssl/evp.h> void EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *a); int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, ...

man Net::DNS::RR::AFSDB – Man page for Net::DNS::RR::AFSDB

Friday, June 1st, 2007

Net::DNS::RR::AFSDB Section: User Contributed Perl Documentation (3)Updated: 2006–09–18Index Return to Main Contents   NAME Net::DNS::RR::AFSDB – DNS AFSDB resource record   SYNOPSIS "use Net::DNS::RR";   DESCRIPTION Class for DNS AFS Data Base (AFSDB) resource records.   METHODS   subtype print "subtype = ", $rr–>subtype, "\n"; Returns the RR's subtype field. Use of the subtype field is documented in RFC 1183.   hostname ...