Archive for June, 2007

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

Friday, June 1st, 2007

Net::DNS::RR::PX Section: User Contributed Perl Documentation (3)Updated: 2006–09–18Index Return to Main Contents   NAME Net::DNS::RR::PX – DNS PX resource record   SYNOPSIS "use Net::DNS::RR";   DESCRIPTION Class for DNS X.400 Mail Mapping Information (PX) resource records.   METHODS   preference print "preference = ", $rr–>preference, "\n"; Returns the preference given to this RR.   map822 print "map822 = ", $rr–>map822, "\n"; Returns the ...

man valgrind – Man page for valgrind

Friday, June 1st, 2007

VALGRIND Section: Release 3.2.1 (1)Updated: 09/15/2006Index Return to Main Contents   NAME valgrind – a suite of tools for debugging and profiling programs   SYNOPSIS valgrind [[valgrind] [options]] [your–program] [[your–program–options]]   DESCRIPTION Valgrind is a flexible program for debugging and profiling Linux executables. It consists of a core, which provides a synthetic CPU in software, and a series of "tools", each of ...

man create_type – Man page for create_type

Friday, June 1st, 2007

CREATE TYPE Section: SQL Commands ()Updated: 2008–01–03Index Return to Main Contents   NAME CREATE TYPE – define a new data type   SYNOPSIS CREATE TYPE name AS ( attribute_name data_type [, ... ] ) CREATE TYPE name ( INPUT = input_function, OUTPUT = output_function [ , RECEIVE ...

man glCopyConvolutionFilter1D – Man page for glCopyConvolutionFilter1D

Friday, June 1st, 2007

GLCOPYCONVOLUTIONFILTER1D Section: Misc. Reference Manual Pages (3G)Index Return to Main Contents   NAME glCopyConvolutionFilter1D – copy pixels into a one–dimensional convolution filter   C SPECIFICATION void glCopyConvolutionFilter1D( GLenum target, ...

man Mail::SpamAssassin::Plugin::SpamCop – Man page for Mail::SpamAssassin::Plugin::SpamCop

Friday, June 1st, 2007

Mail::SpamAssassin::Plugin::SpamCop Section: User Contributed Perl Documentation (3)Updated: 2006–09–29Index Return to Main Contents   NAME Mail::SpamAssassin::Plugin::SpamCop – perform SpamCop reporting of messages   SYNOPSIS loadplugin Mail::SpamAssassin::Plugin::SpamCop   DESCRIPTION SpamCop is a service for reporting spam. SpamCop determines the origin of unwanted email and reports it to the relevant Internet service providers. By reporting spam, you have ...

man ophelp – Man page for ophelp

Friday, June 1st, 2007

OPHELP Section: User Commands (1)Updated: Wed 14 March 2007Index Return to Main Contents   NAME ophelp – list OProfile events   SYNOPSIS ophelp [ options ] [event name]   DESCRIPTION By default, ophelp lists the available performance counter options. If you give it a symbolic event name, it will return the hardware value (e.g. "ophelp DATA_MEM_REFS").   OPTIONS ––cpu–type / –c Show the events for the given numerical CPU type. ––get–cpu–type / –r Show ...

man bioradtopgm – Man page for bioradtopgm

Friday, June 1st, 2007

Bioradtopbm User Manual Section: Misc. Reference Manual Pages (0)Updated: 28 June 1993Index Return to Main Contents   NAME bioradtopgm – convert a Biorad confocal file into a PGM image   SYNOPSIS bioradtopgm [–image#] [imagedata]   DESCRIPTION This program is part of Netpbm(1). bioradtopgm reads a Biorad confocal file as input and produces a PGM image as output. If the resulting image is upside down, run it ...

man autoreconf – Man page for autoreconf

Friday, June 1st, 2007

AUTORECONF Section: User Commands (1)Updated: November 2003Index Return to Main Contents   NAME autoreconf – Update generated configuration files   SYNOPSIS autoreconf [OPTION] ... [CONFIGURE–AC or DIRECTORY] ...   DESCRIPTION Run `autoconf' (and `autoheader', `aclocal', `automake', `autopoint' (formerly `gettextize'), and `libtoolize' where appropriate) repeatedly to remake the GNU Build System files in the DIRECTORIES or the directory trees driven by CONFIGURE–AC (defaulting to `.'). By default, ...

man Test::More – Man page for Test::More

Friday, June 1st, 2007

Test::More Section: Perl Programmers Reference Guide (3pm)Updated: 2001–09–21Index Return to Main Contents   NAME Test::More – yet another framework for writing test scripts   SYNOPSIS use Test::More tests => $Num_Tests; # or use Test::More qw(no_plan); # or use Test::More skip_all => $reason; BEGIN { use_ok( 'Some::Module' ); } require_ok( 'Some::Module' ...

man jpegtopnm – Man page for jpegtopnm

Friday, June 1st, 2007

Jpegtopnm User Manual Section: Misc. Reference Manual Pages (0)Updated: 13 October 2002Index Return to Main Contents   NAME jpegtopnm – convert JPEG/JFIF file to PPM or PGM image   SYNOPSIS jpegtopnm [–dct {int|fast|float}] [–nosmooth] [–maxmemory N] [{–adobe|–notadobe}] [–comments] [–dumpexif] [–exif=filespec] [–multiple] [–verbose] [–tracelevel N] [filename] Minimum unique abbreviation of option is acceptable. You may use double hyphens instead of single hyphen to denote options. You may use white space in ...

man Mail::SpamAssassin::ArchiveIterator – Man page for Mail::SpamAssassin::ArchiveIterator

Friday, June 1st, 2007

Mail::SpamAssassin::ArchiveIterator Section: User Contributed Perl Documentation (3)Updated: 2006–09–29Index Return to Main Contents   NAME Mail::SpamAssassin::ArchiveIterator – find and process messages one at a time   SYNOPSIS my $iter = new Mail::SpamAssassin::ArchiveIterator( { 'opt_j' => 0, 'opt_n' ...

man pdf2dsc – Man page for pdf2dsc

Friday, June 1st, 2007

PDF2DSC Section: Ghostscript Tools (1)Updated: 22 September 2004Index Return to Main Contents   NAME pdf2dsc – generate a PostScript page list of a PDF document   SYNOPSIS pdf2dsc input.pdf [ output.dsc ]   DESCRIPTION pdf2dsc uses gs(1) to read an Adobe Portable Document Format (PDF) document "input.pdf" and create a PostScript(tm) document "output.dsc" that conforms to Adobe's Document Structuring Conventions (DSC) requirements. This new document ...

man Encode::Unicode::UTF7 – Man page for Encode::Unicode::UTF7

Friday, June 1st, 2007

Encode::Unicode::UTF7 Section: Perl Programmers Reference Guide (3pm)Updated: 2001–09–21Index Return to Main Contents   NAME Encode::Unicode::UTF7 –– UTF–7 encoding   SYNOPSIS use Encode qw/encode decode/; $utf7 = encode("UTF–7", $utf8); $utf8 = decode("UTF–7", $ucs2);   ABSTRACT This module implements UTF–7 encoding documented in RFC 2152. UTF–7, as its name suggests, is a ...

man curs_printw – Man page for curs_printw

Friday, June 1st, 2007

curs_printw Section: Miscellaneous Library Functions (3X)Updated: Index Return to Main Contents   NAME printw, wprintw, mvprintw, mvwprintw, vwprintw, vw_printw – print formatted output in curses windows   SYNOPSIS #include <curses.h> int printw(const char *fmt, ...); int wprintw(WINDOW *win, const char *fmt, ...); int mvprintw(int y, int x, const char *fmt, ...); int mvwprintw(WINDOW *win, int y, int x, const char *fmt, ...); int vwprintw(WINDOW *win, const char ...

man DPMSForceLevel – Man page for DPMSForceLevel

Friday, June 1st, 2007

DPMSForceLevel Section: X FUNCTIONS (3x)Updated: libXext 1.0.1Index Return to Main Contents   NAME DPMSForceLevel – forces a DPMS capable display into the specified power level   SYNOPSIS cc [ flag ... ] file ... –lXext [ library ... ] #include <X11/extensions/dpms.h> Status DPMSForceLevel ( Display *display, CARD16 level );         ARGUMENTS display Specifies the connection to the X server level Specifies the level to force power to   DESCRIPTION The ...

man system-auth – Man page for system-auth

Friday, June 1st, 2007

SYSTEM–AUTH Section: Linux–PAM Manual (5)Updated: 2006 Feb 3Index Return to Main Contents   NAME system–auth – Common configuration file for PAMified services   SYNOPSIS /etc/pam.d/system–auth   DESCRIPTION The purpose of this configuration file is to provide common configuration file for all applications and service daemons calling PAM library. The system–auth configuration file is included from all individual service configuration files with the help of the include directive.   NOTES There should ...

man glBindTexture – Man page for glBindTexture

Friday, June 1st, 2007

GLBINDTEXTURE Section: Misc. Reference Manual Pages (3G)Index Return to Main Contents   NAME glBindTexture – bind a named texture to a texturing target   C SPECIFICATION void glBindTexture( GLenum target, GLuint texture )   PARAMETERS target Specifies the target to which the texture ...

man SSL_get_error – Man page for SSL_get_error

Friday, June 1st, 2007

SSL_get_error Section: OpenSSL (3)Updated: 2005–03–30Index Return to Main Contents   NAME SSL_get_error – obtain result code for TLS/SSL I/O operation   SYNOPSIS #include <openssl/ssl.h> int SSL_get_error(const SSL *ssl, int ret);   DESCRIPTION SSL_get_error() returns a result code (suitable for the C ``switch'' statement) for a preceding call to SSL_connect(), SSL_accept(), SSL_do_handshake(), SSL_read(), SSL_peek(), or SSL_write() on ssl. The value returned by that ...

man rcmd – Man page for rcmd

Friday, June 1st, 2007

RCMD Section: C Library Functions (3)Index Return to Main Contents BSD mandoc 4.2BSD   NAME rcmd rresvport iruserok ruserok – routines for returning a stream to a remote command   SYNOPSIS Fd #include <netdb.h>   /* Or <unistd.h> on some systems */ Ft int Fn rcmd char **ahost int inport const char *locuser const char *remuser const char *cmd int *fd2p Ft int Fn rresvport ...

man XtMapWidget – Man page for XtMapWidget

Friday, June 1st, 2007

XtMapWidget Section: XT FUNCTIONS (3Xt)Updated: libXt 1.0.2Index Return to Main Contents   NAME XtMapWidget, XtSetMappedWhenManaged, XtUnmapWidget – map and unmap widgets   SYNTAX int XtMapWidget(Widget w); void XtSetMappedWhenManaged(Widget w, Boolean map_when_managed); int XtUnmapWidget(Widget w);   ARGUMENTS map_when_managed Specifies a Boolean value that indicates the new value of the map_when_managed field. w Specifies the widget.   DESCRIPTION If the widget is realized and managed and if the new ...