Archive for the ‘Man Pages’ Category
Friday, June 1st, 2007
ACL_EQUIV_MODE
Section: C Library Functions (3)Index
Return to Main Contents
BSD mandoc
Linux ACL
NAME
acl_equiv_mode
– check for an equivalent ACL
LIBRARY
Linux Access Control Lists library (libacl, –lacl).
SYNOPSIS
In sys/types.h
In acl/libacl.h
Ft int
Fn acl_equiv_mode acl_t acl mode_t *mode_p
DESCRIPTION
The
Fn acl_equiv_mode
function checks if the ACL pointed to by the argument
acl
contains only the required ACL entries of tag types
ACL_USER_OBJ, ACL_GROUP_OBJ, and ...
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
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
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
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
sane–genesys
Section: SANE Scanner Access Now Easy (5)Updated: 20 Nov 2005Index
Return to Main Contents
NAME
sane–genesys – SANE backend for GL646 and GL841 based USB flatbed scanners
DESCRIPTION
The
sane–genesys
library implements a SANE (Scanner Access Now Easy) backend that provides
access to USB flatbed scanners based on the Genesys GL646 and GL841 chips.
At present, the following scanners ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
LDAP_FIRST_MESSAGE
Section: C Library Functions (3)Updated: 2006/08/19Index
Return to Main Contents
NAME
ldap_first_message, ldap_next_message, ldap_count_messages – Stepping
through messages in a result chain
LIBRARY
OpenLDAP LDAP (libldap, –lldap)
SYNOPSIS
#include <ldap.h>
int ldap_count_messages( LDAP *ld, LDAPMessage *result )
LDAPMessage *ldap_first_message( LDAP *ld, LDAPMessage *result )
LDAPMessage *ldap_next_message( LDAP *ld, LDAPMessage *message )
DESCRIPTION
These routines are used to step through the messages in a ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
Net::DNS::RR::SOA
Section: User Contributed Perl Documentation (3)Updated: 2006–09–18Index
Return to Main Contents
NAME
Net::DNS::RR::SOA – DNS SOA resource record
SYNOPSIS
"use Net::DNS::RR";
DESCRIPTION
Class for DNS Start of Authority (SOA) resource records.
METHODS
mname
print "mname = ", $rr–>mname, "\n";
Returns the domain name of the original or primary nameserver for
this zone.
rname
print "rname = ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
MYSQL_ZAP
Section: MySQL Database System (1)Updated: 05/24/2006Index
Return to Main Contents
NAME
mysql_zap – kill processes that match a pattern
SYNOPSIS
mysql_zap [–signal] [–?Ift] pattern
DESCRIPTION
mysql_zap
kills processes that match a pattern. It uses the
ps
command and Unix signals, so it runs on Unix and Unix–like systems.
Invoke
mysql_zap
like this:
shell> mysql_zap [–signal] [–?Ift] pattern
A process matches if its output line from ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
SYNC_FILE_RANGE
Section: Linux Programmer's Manual (2)Updated: 2006–07–05Index
Return to Main Contents
NAME
sync_file_range – sync a file segment with disk
SYNOPSIS
#define _GNU_SOURCE
#include <fcntl.h>
void sync_file_range(int fd, off64_t offset, off64_t nbytes,
unsigned int flags);
DESCRIPTION
sync_file_range()
permits fine control when ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
READER.CONF
Section: PC/SC Lite (5)Updated: August 2005Index
Return to Main Contents
NAME
reader.conf – configuration file for pcscd readers' drivers
DESCRIPTION
The
/etc/reader.conf
file contains configuration information for serial and (some) PCMCIA
smart card readers.
USB readers SHALL NOT be configured using this file.
pcscd
uses another mechanism to automatically load USB drivers.
SYNTAX
The
/etc/reader.conf
is a regular text file. Each reader must be defined ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
SCRIPT
Section: User Commands (1)Index
Return to Main Contents
BSD mandoc
Linux
NAME
script
– make typescript of terminal session
SYNOPSIS
script
[–a
]
[–c COMMAND
]
[–f
]
[–q
]
[–t
]
[file
]
DESCRIPTION
Script
makes a typescript of everything printed on your terminal.
It is useful for students who need a hardcopy record of an interactive
session as proof of an assignment, as the typescript file
can be printed out later ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
MSGMERGE
Section: GNU (1)Updated: June 2006Index
Return to Main Contents
NAME
msgmerge – merge message catalog and template
SYNOPSIS
msgmerge
[OPTION] def.po ref.pot
DESCRIPTION
Merges two Uniforum style .po files together. The def.po file is an
existing PO file with translations which will be taken over to the newly
created file as long as they still match; comments will be ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
VFS_PREALLOC
Section: (8)Updated: Index
Return to Main Contents
NAME
vfs_prealloc – preallocate matching files to a predetermined size
SYNOPSIS
vfs objects = prealloc
DESCRIPTION
This VFS module is part of the
samba(7)
suite.
The
vfs_prealloc
VFS module preallocates files to a specified size each time a new file is created. This is useful in environments where files are of a predetermined size ...
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
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
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
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
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
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 »