Archive for June, 2007
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 ...
Posted in Man Pages | No Comments »
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 ...
Posted in Man Pages | No Comments »
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 ...
Posted in Man Pages | No Comments »
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,
...
Posted in Man Pages | No Comments »
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 ...
Posted in Man Pages | No Comments »
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 ...
Posted in Man Pages | No Comments »
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 ...
Posted in Man Pages | No Comments »
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, ...
Posted in Man Pages | No Comments »
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' ...
Posted in Man Pages | No Comments »
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 ...
Posted in Man Pages | No Comments »
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' ...
Posted in Man Pages | No Comments »
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 ...
Posted in Man Pages | No Comments »
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 ...
Posted in Man Pages | No Comments »
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 ...
Posted in Man Pages | No Comments »
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 ...
Posted in Man Pages | No Comments »
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 ...
Posted in Man Pages | No Comments »
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 ...
Posted in Man Pages | No Comments »
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 ...
Posted in Man Pages | No Comments »
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 ...
Posted in Man Pages | No Comments »
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 ...
Posted in Man Pages | No Comments »