Archive for the ‘Man Pages’ Category

Man page for lwres_gabn

Friday, June 1st, 2007

LWRES_GABN Section: BIND9 (3)Updated: Jun 30, 2000Index Return to Main Contents   NAME lwres_gabnrequest_render, lwres_gabnresponse_render, lwres_gabnrequest_parse, lwres_gabnresponse_parse, lwres_gabnresponse_free, lwres_gabnrequest_free – lightweight resolver getaddrbyname message handling   SYNOPSIS #include <lwres/lwres.h> lwres_result_t lwres_gabnrequest_render(lwres_context_t *ctx, lwres_gabnrequest_t *req, lwres_lwpacket_t *pkt, lwres_buffer_t *b); lwres_result_t lwres_gabnresponse_render(lwres_context_t *ctx, lwres_gabnresponse_t *req, lwres_lwpacket_t *pkt, lwres_buffer_t *b); lwres_result_t lwres_gabnrequest_parse(lwres_context_t *ctx, lwres_buffer_t *b, lwres_lwpacket_t *pkt, lwres_gabnrequest_t **structp); lwres_result_t lwres_gabnresponse_parse(lwres_context_t *ctx, lwres_buffer_t *b, lwres_lwpacket_t *pkt, lwres_gabnresponse_t **structp); void lwres_gabnresponse_free(lwres_context_t *ctx, lwres_gabnresponse_t **structp); void lwres_gabnrequest_free(lwres_context_t *ctx, lwres_gabnrequest_t **structp);   DESCRIPTION These are low–level routines for creating and parsing lightweight resolver ...

Man page for resizecons

Friday, June 1st, 2007

RESIZECONS Section: Console Support (8)Updated: 17 Jan 1995Index Return to Main Contents   NAME resizecons – change kernel idea of the console size   SYNOPSIS resizecons COLSxROWS resizecons –lines ROWS   DESCRIPTION The resizecons command tries to change the videomode of the console. There are several aspects to this: (a) the kernel must know about it, (b) the hardware must know about it, (c) user programs ...

Man page for lwres_gnba

Friday, June 1st, 2007

LWRES_GNBA Section: BIND9 (3)Updated: Jun 30, 2000Index Return to Main Contents   NAME lwres_gnbarequest_render, lwres_gnbaresponse_render, lwres_gnbarequest_parse, lwres_gnbaresponse_parse, lwres_gnbaresponse_free, lwres_gnbarequest_free – lightweight resolver getnamebyaddress message handling   SYNOPSIS #include <lwres/lwres.h> lwres_result_t lwres_gnbarequest_render(lwres_context_t *ctx, lwres_gnbarequest_t *req, lwres_lwpacket_t *pkt, lwres_buffer_t *b); lwres_result_t lwres_gnbaresponse_render(lwres_context_t *ctx, lwres_gnbaresponse_t *req, lwres_lwpacket_t *pkt, lwres_buffer_t *b); lwres_result_t lwres_gnbarequest_parse(lwres_context_t *ctx, lwres_buffer_t *b, lwres_lwpacket_t *pkt, lwres_gnbarequest_t **structp); lwres_result_t lwres_gnbaresponse_parse(lwres_context_t *ctx, lwres_buffer_t *b, lwres_lwpacket_t *pkt, lwres_gnbaresponse_t **structp); void lwres_gnbaresponse_free(lwres_context_t *ctx, lwres_gnbaresponse_t **structp); void lwres_gnbarequest_free(lwres_context_t *ctx, lwres_gnbarequest_t **structp);   DESCRIPTION These are low–level routines for creating and parsing lightweight resolver ...

Man page for lwres_noop

Friday, June 1st, 2007

LWRES_NOOP Section: BIND9 (3)Updated: Jun 30, 2000Index Return to Main Contents   NAME lwres_nooprequest_render, lwres_noopresponse_render, lwres_nooprequest_parse, lwres_noopresponse_parse, lwres_noopresponse_free, lwres_nooprequest_free – lightweight resolver no–op message handling   SYNOPSIS #include <lwres/lwres.h> lwres_result_t lwres_nooprequest_render(lwres_context_t *ctx, lwres_nooprequest_t *req, lwres_lwpacket_t *pkt, lwres_buffer_t *b); lwres_result_t lwres_noopresponse_render(lwres_context_t *ctx, lwres_noopresponse_t *req, lwres_lwpacket_t *pkt, lwres_buffer_t *b); lwres_result_t lwres_nooprequest_parse(lwres_context_t *ctx, lwres_buffer_t *b, lwres_lwpacket_t *pkt, lwres_nooprequest_t **structp); lwres_result_t lwres_noopresponse_parse(lwres_context_t *ctx, lwres_buffer_t *b, lwres_lwpacket_t *pkt, lwres_noopresponse_t **structp); void lwres_noopresponse_free(lwres_context_t *ctx, lwres_noopresponse_t **structp); void lwres_nooprequest_free(lwres_context_t *ctx, lwres_nooprequest_t **structp);   DESCRIPTION These are low–level routines for creating and parsing lightweight resolver ...

Man page for lwres

Friday, June 1st, 2007

LWRES Section: BIND9 (3)Updated: Jun 30, 2000Index Return to Main Contents   NAME lwres – introduction to the lightweight resolver library   SYNOPSIS #include <lwres/lwres.h>   DESCRIPTION The BIND 9 lightweight resolver library is a simple, name service independent stub resolver library. It provides hostname–to–address and address–to–hostname lookup services to applications by transmitting lookup requests to a resolver daemon lwresd running on the ...

Man page for apmd

Friday, June 1st, 2007

APMD Section: (8)Updated: January 2004Index Return to Main Contents   NAME apmd – Advanced Power Management (APM) daemon   SYNOPSIS apmd [ –TVWciqv ] [ –P program ] [ –T seconds ] [ –c seconds ] [ –p percent ] [ –v level ] [ –w percent ]   DESCRIPTION apmd is an monitoring daemon for the Advanced Power Management (APM) subsystem. The APM subsystem consists of power–management hardware, firmware ...

Man page for apm

Friday, June 1st, 2007

APM Section: (1)Updated: January 2004Index Return to Main Contents   NAME apm – interface with the APM subsystem   SYNOPSIS apm [ –VvmMsSdin ]   DESCRIPTION This command requires the Advanced Power Management subsystem. If run without arguments it reads /proc/apm and presents the output in a human–readable format. Given a –S or –s option it requests that the machine be put into the APM standby or the APM ...

man glDrawRangeElements – Man page for glDrawRangeElements

Friday, June 1st, 2007

GLDRAWRANGEELEMENTS Section: Misc. Reference Manual Pages (3G)Index Return to Main Contents   NAME glDrawRangeElements – render primitives from array data   C SPECIFICATION void glDrawRangeElements( GLenum mode, GLuint start, ...

man vimdiff – Man page for vimdiff

Friday, June 1st, 2007

VIMDIFF Section: User Commands (1)Updated: 2001 March 30Index Return to Main Contents   NAME vimdiff – edit two or three versions of a file with Vim and show differences   SYNOPSIS vimdiff [options] file1 file2 [file3] gvimdiff   DESCRIPTION Vimdiff starts Vim on two (or three) files. Each file gets its own window. The differences between the files are highlighted. This is a nice way to inspect changes ...

man posix_trace_get_filter – Man page for posix_trace_get_filter

Friday, June 1st, 2007

POSIX_TRACE_GET_FILTER Section: POSIX Programmer's Manual (P)Updated: 2003Index Return to Main Contents   NAME posix_trace_get_filter, posix_trace_set_filter – retrieve and set the filter of an initialized trace stream (TRACING)   SYNOPSIS #include <trace.h> int posix_trace_get_filter(trace_id_t trid, trace_event_set_t *set); int posix_trace_set_filter(trace_id_t trid,        const trace_event_set_t *set, int how);   DESCRIPTION The posix_trace_get_filter() function shall retrieve, into the argument pointed to by set, the actual trace event filter from the trace stream specified ...

man clusvcadm – Man page for clusvcadm

Friday, June 1st, 2007

clusvcadm Section: Red Hat Cluster Suite (8)Updated: Jan 2005Index Return to Main Contents   NAME clusvcadm – Cluster User Service Administration Utility   SYNOPSIS clusvcadm [–d <service> ] [–e <service> ] [–l] [–u] [–S] [–m <member> ] [–r <service> ] [–S] [–R <service> ] [–s <service> ] [–v]   DESCRIPTION The clusvcadm command allows an administrator to enable, disable, relocate, and restart user services in a cluster. In order to perform cluster service operations, the cluster daemons must be running (and have quorum) on the member system on ...

man curl_version – Man page for curl_version

Friday, June 1st, 2007

curl_version Section: libcurl Manual (3)Updated: 5 March 2001Index Return to Main Contents   NAME curl_version – returns the libcurl version string   SYNOPSIS #include <curl/curl.h> char *curl_version( );   DESCRIPTION Returns a human readable string with the version number of libcurl and some of its important components (like OpenSSL version).   RETURN VALUE A pointer to a zero terminated string.   SEE ALSO curl_version_info(3)  Index NAME SYNOPSIS DESCRIPTION RETURN VALUE SEE ALSO

man XFontsOfFontSet – Man page for XFontsOfFontSet

Friday, June 1st, 2007

XFontsOfFontSet Section: XLIB FUNCTIONS (3X11)Updated: libX11 1.0.3Index Return to Main Contents   NAME XFontsOfFontSet, XBaseFontNameListOfFontSet, XLocaleOfFontSet, XContextDependentDrawing, XContextualDrawing, XDirectionalDependentDrawing – obtain fontset information   SYNTAX int XFontsOfFontSet(XFontSet font_set, XFontStruct ***font_struct_list_return, char ***font_name_list_return); char *XBaseFontNameListOfFontSet(XFontSet font_set); char *XLocaleOfFontSet(XFontSet font_set); Bool XContextDependentDrawing(XFontSet font_set); Bool XContextualDrawing(XFontSet font_set); Bool XDirectionalDependentDrawing(XFontSet font_set);   ARGUMENTS font_set Specifies the font set. font_name_list_return Returns the list of font names. font_struct_list_return Returns the list of ...

man ltrace – Man page for ltrace

Friday, June 1st, 2007

ltrace Section: User Commands (1)Index Return to Main Contents   NAME ltrace – A library call tracer   SYNOPSIS ltrace [–CdfhiLrStttV] [–a column] [–e expr] [–l filename] [–n nr] [–o filename] [–p pid] ... [–s strsize] [–u username] [–X extern] [–x extern] ... [––align=column] [––debug] [––demangle] [––help] [––indent=nr] [––library=filename] [––output=filename] [––version] [command [arg ...]]   DESCRIPTION ltrace is a program that simply ...

man rundig – Man page for rundig

Friday, June 1st, 2007

rundig Section: User Commands (1)Updated: 23 April 1999Index Return to Main Contents   NAME rundig – sample script to create a search database for ht://Dig   SYNOPSIS rundig [options]   DESCRIPTION rundig is a sample script to create a search database for the ht://Dig search engine.   OPTIONS –v Verbose mode. This increases the verbosity of the program. –a Use alternate work files. –s Print statistics about the dig after completion –c ...

man glPolygonStipple – Man page for glPolygonStipple

Friday, June 1st, 2007

GLPOLYGONSTIPPLE Section: Misc. Reference Manual Pages (3G)Index Return to Main Contents   NAME glPolygonStipple – set the polygon stippling pattern   C SPECIFICATION void glPolygonStipple( const GLubyte *mask ) delim $$   PARAMETERS mask Specifies a pointer to a $32 ~times~ 32$ stipple pattern that will be unpacked from memory in the same way that glDrawPixels unpacks pixels.   DESCRIPTION Polygon stippling, like line stippling (see glLineStipple), masks out certain fragments produced ...

man vorbiscomment – Man page for vorbiscomment

Friday, June 1st, 2007

VORBISCOMMENT Section: Vorbis Tools (1)Updated: December 24, 2001Index Return to Main Contents   NAME vorbiscomment – edits Ogg Vorbis comments   SYNOPSIS vorbiscomment [–l] file.ogg vorbiscomment –a [ –c commentfile | –t ``tag=value'' ] [–q] in.ogg [out.ogg] vorbiscomment –w [ –c commentfile | –t ``tag=value'' ] [–q] in.ogg [out.ogg]   DESCRIPTION vorbiscomment reads, modifies, and appends Ogg Vorbis audio file metadata tags.   OPTIONS –a Append comments. –c commentfile Take comments from a file. The file is the same format as is ...

man iwconfig – Man page for iwconfig

Friday, June 1st, 2007

IWCONFIG Section: Linux Programmer's Manual (8)Updated: 09 March 2006Index Return to Main Contents   NAME iwconfig – configure a wireless network interface   SYNOPSIS iwconfig [interface] iwconfig interface [essid X] [nwid N] [mode M] [freq F] [channel C][sens S ][ap A ...

man curs_inch – Man page for curs_inch

Friday, June 1st, 2007

curs_inch Section: Miscellaneous Library Functions (3X)Updated: Index Return to Main Contents   NAME inch, winch, mvinch, mvwinch – get a character and attributes from a curses window   SYNOPSIS #include <curses.h> chtype inch(void); chtype winch(WINDOW *win); chtype mvinch(int y, int x); chtype mvwinch(WINDOW *win, int y, int x);   DESCRIPTION These routines return the character, of type chtype, at the current position in the named window. ...

man ip6tables – Man page for ip6tables

Friday, June 1st, 2007

IP6TABLES Section: (8)Updated: Jan 22, 2006Index Return to Main Contents   NAME ip6tables – IPv6 packet filter administration   SYNOPSIS ip6tables [–t table] –[AD] chain rule–specification [options] ip6tables [–t table] –I chain [rulenum] rule–specification [options] ip6tables [–t table] –R chain rulenum rule–specification [options] ip6tables [–t table] –D chain rulenum [options] ip6tables [–t table] –[LFZ] [chain] [options] ip6tables [–t table] –N chain ip6tables [–t ...