(7) - phpMan

Command: man perldoc info search(apropos)  


ABORT [abort]        (7)  - abort the current transaction
AF_LOCAL [unix]      (7)  - Sockets for local interprocess communication
AF_UNIX [unix]       (7)  - Sockets for local interprocess communication
ALTER AGGREGATE [alter_aggregate] (7)  - change the definition of an aggregate function
ALTER CONVERSION [alter_conversion] (7)  - change the definition of a conversion
ALTER DATABASE [alter_database] (7)  - change a database
ALTER DOMAIN [alter_domain] (7)  - change the definition of a domain
ALTER FUNCTION [alter_function] (7)  - change the definition of a function
ALTER GROUP [alter_group] (7)  - change role name or membership
ALTER INDEX [alter_index] (7)  - change the definition of an index
ALTER LANGUAGE [alter_language] (7)  - change the definition of a procedural language
ALTER OPERATOR CLASS [alter_operator_class] (7)  - change the definition of an operator class
ALTER OPERATOR FAMILY [alter_operator_family] (7)  - change the definition of an operator family
ALTER OPERATOR [alter_operator] (7)  - change the definition of an operator
ALTER ROLE [alter_role] (7)  - change a database role
ALTER SCHEMA [alter_schema] (7)  - change the definition of a schema
ALTER SEQUENCE [alter_sequence] (7)  - change the definition of a sequence generator
ALTER TABLE [alter_table] (7)  - change the definition of a table
ALTER TABLESPACE [alter_tablespace] (7)  - change the definition of a tablespace
ALTER TEXT SEARCH CONFIGURATION [alter_text_search_configuration] (7)  - change the definition of a text search configuration
ALTER TEXT SEARCH DICTIONARY [alter_text_search_dictionary] (7)  - change the definition of a text search dictionary
ALTER TEXT SEARCH PARSER [alter_text_search_parser] (7)  - change the definition of a text search parser
ALTER TEXT SEARCH TEMPLATE [alter_text_search_template] (7)  - change the definition of a text search template
ALTER TRIGGER [alter_trigger] (7)  - change the definition of a trigger
ALTER TYPE [alter_type] (7)  - change the definition of a type
ALTER USER [alter_user] (7)  - change a database role
ALTER VIEW [alter_view] (7)  - change the definition of a view
ANALYZE [analyze]    (7)  - collect statistics about a database
BEGIN [begin]        (7)  - start a transaction block
C operator [operator] (7)  - C operator precedence and order of evaluation
CHECKPOINT [checkpoint] (7)  - force a transaction log checkpoint
CLOSE [close]        (7)  - close a cursor
CLUSTER [cluster]    (7)  - cluster a table according to an index
COMMENT [comment]    (7)  - define or change the comment of an object
COMMIT PREPARED [commit_prepared] (7)  - commit a transaction that was earlier prepared for two-phase commit
COMMIT [commit]      (7)  - commit the current transaction
COPY [copy]          (7)  - copy data between a file and a table
CREATE AGGREGATE [create_aggregate] (7)  - define a new aggregate function
CREATE CAST [create_cast] (7)  - define a new cast
CREATE CONSTRAINT TRIGGER [create_constraint_trigger] (7)  - define a new constraint trigger
CREATE CONVERSION [create_conversion] (7)  - define a new encoding conversion
CREATE DATABASE [create_database] (7)  - create a new database
CREATE DOMAIN [create_domain] (7)  - define a new domain
CREATE FUNCTION [create_function] (7)  - define a new function
CREATE GROUP [create_group] (7)  - define a new database role
CREATE INDEX [create_index] (7)  - define a new index
CREATE LANGUAGE [create_language] (7)  - define a new procedural language
CREATE OPERATOR CLASS [create_operator_class] (7)  - define a new operator class
CREATE OPERATOR FAMILY [create_operator_family] (7)  - define a new operator family
CREATE OPERATOR [create_operator] (7)  - define a new operator
CREATE ROLE [create_role] (7)  - define a new database role
CREATE RULE [create_rule] (7)  - define a new rewrite rule
CREATE SCHEMA [create_schema] (7)  - define a new schema
CREATE SEQUENCE [create_sequence] (7)  - define a new sequence generator
CREATE TABLE AS [create_table_as] (7)  - define a new table from the results of a query
CREATE TABLE [create_table] (7)  - define a new table
CREATE TABLESPACE [create_tablespace] (7)  - define a new tablespace
CREATE TEXT SEARCH CONFIGURATION [create_text_search_configuration] (7)  - define a new text search configuration
CREATE TEXT SEARCH DICTIONARY [create_text_search_dictionary] (7)  - define a new text search dictionary
CREATE TEXT SEARCH PARSER [create_text_search_parser] (7)  - define a new text search parser
CREATE TEXT SEARCH TEMPLATE [create_text_search_template] (7)  - define a new text search template
CREATE TRIGGER [create_trigger] (7)  - define a new trigger
CREATE TYPE [create_type] (7)  - define a new data type
CREATE USER [create_user] (7)  - define a new database role
CREATE VIEW [create_view] (7)  - define a new view
DEALLOCATE [deallocate] (7)  - deallocate a prepared statement
DECLARE [declare]    (7)  - define a cursor
DELETE [delete]      (7)  - delete rows of a table
DISCARD [discard]    (7)  - discard session state
DROP AGGREGATE [drop_aggregate] (7)  - remove an aggregate function
DROP CAST [drop_cast] (7)  - remove a cast
DROP CONVERSION [drop_conversion] (7)  - remove a conversion
DROP DATABASE [drop_database] (7)  - remove a database
DROP DOMAIN [drop_domain] (7)  - remove a domain
DROP FUNCTION [drop_function] (7)  - remove a function
DROP GROUP [drop_group] (7)  - remove a database role
DROP INDEX [drop_index] (7)  - remove an index
DROP LANGUAGE [drop_language] (7)  - remove a procedural language
DROP OPERATOR CLASS [drop_operator_class] (7)  - remove an operator class
DROP OPERATOR FAMILY [drop_operator_family] (7)  - remove an operator family
DROP OPERATOR [drop_operator] (7)  - remove an operator
DROP OWNED [drop_owned] (7)  - remove database objects owned by a database role
DROP ROLE [drop_role] (7)  - remove a database role
DROP RULE [drop_rule] (7)  - remove a rewrite rule
DROP SCHEMA [drop_schema] (7)  - remove a schema
DROP SEQUENCE [drop_sequence] (7)  - remove a sequence
DROP TABLE [drop_table] (7)  - remove a table
DROP TABLESPACE [drop_tablespace] (7)  - remove a tablespace
DROP TEXT SEARCH CONFIGURATION [drop_text_search_configuration] (7)  - remove a text search configuration
DROP TEXT SEARCH DICTIONARY [drop_text_search_dictionary] (7)  - remove a text search dictionary
DROP TEXT SEARCH PARSER [drop_text_search_parser] (7)  - remove a text search parser
DROP TEXT SEARCH TEMPLATE [drop_text_search_template] (7)  - remove a text search template
DROP TRIGGER [drop_trigger] (7)  - remove a trigger
DROP TYPE [drop_type] (7)  - remove a data type
DROP USER [drop_user] (7)  - remove a database role
DROP VIEW [drop_view] (7)  - remove a view
END [end]            (7)  - commit the current transaction
EXECUTE [execute]    (7)  - execute a prepared statement
EXPLAIN [explain]    (7)  - show the execution plan of a statement
FETCH [fetch]        (7)  - retrieve rows from a query using a cursor
GRANT [grant]        (7)  - define access privileges
GnuPG [gnupg]        (7)  - The GNU Privacy Guard suite of programs
INSERT [insert]      (7)  - create new rows in a table
IPPROTO_ICMP [icmp]  (7)  - Linux IPv4 ICMP kernel module
LDP                  (7)  - Intro to the Linux Documentation Project, with help, guides and documents
LISTEN [listen]      (7)  - listen for a notification
LOAD [load]          (7)  - load or reload a shared library file
LOCK [lock]          (7)  - lock a table
Locale::Currency     (3pm)  - ISO three letter codes for currency identification (ISO 4217)
MIME::Decoder::NBit  (3pm)  - encode/decode a 7bit or 8bit stream
MOVE [move]          (7)  - position a cursor
Mail::Sendmail v. 0.79 [Mail::Sendmail] (3pm)  - Simple platform independent mailer
NETLINK_ROUTE [rtnetlink] (7)  - Linux IPv4 routing socket
NOTIFY [notify]      (7)  - generate a notification
PF_INET6 [ipv6]      (7)  - Linux IPv6 protocol implementation
PF_LOCAL [unix]      (7)  - Sockets for local interprocess communication
PF_PACKET [packet]   (7)  - packet interface on device level
PF_UNIX [unix]       (7)  - Sockets for local interprocess communication
PF_X25 [x25]         (7)  - ITU-T X.25 / ISO-8208 protocol interface
PKCS7_decrypt        (3ssl)  - decrypt content from a PKCS#7 envelopedData structure
PKCS7_encrypt        (3ssl)  - create a PKCS#7 envelopedData structure
PKCS7_sign           (3ssl)  - create a PKCS#7 signedData structure
PKCS7_verify         (3ssl)  - verify a PKCS#7 signedData structure
PREPARE TRANSACTION [prepare_transaction] (7)  - prepare the current transaction for two-phase commit
PREPARE [prepare]    (7)  - prepare a statement for execution
REASSIGN OWNED [reassign_owned] (7)  - change the ownership of database objects owned by a database role
REINDEX [reindex]    (7)  - rebuild indexes
RELEASE SAVEPOINT [release_savepoint] (7)  - destroy a previously defined savepoint
RESET [reset]        (7)  - restore the value of a run-time parameter to the default value
REVOKE [revoke]      (7)  - remove access privileges
ROLLBACK PREPARED [rollback_prepared] (7)  - cancel a transaction that was earlier prepared for two-phase commit
ROLLBACK TO SAVEPOINT [rollback_to_savepoint] (7)  - roll back to a savepoint
ROLLBACK [rollback]  (7)  - abort the current transaction
SAVEPOINT [savepoint] (7)  - define a new savepoint within the current transaction
SELECT INTO [select_into] (7)  - define a new table from the results of a query
SELECT [select]      (7)  - retrieve rows from a table or view
SET CONSTRAINTS [set_constraints] (7)  - set constraint checking modes for the current transaction
SET ROLE [set_role]  (7)  - set the current user identifier of the current session
SET SESSION AUTHORIZATION [set_session_authorization] (7)  - set the session user identifier and the current user identifier of the current session
SET TRANSACTION [set_transaction] (7)  - set the characteristics of the current transaction
SET [set]            (7)  - change a run-time parameter
SHOW [show]          (7)  - show the value of a run-time parameter
SMIME_read_PKCS7     (3ssl)  - parse S/MIME message
SMIME_write_PKCS7    (3ssl)  - convert PKCS#7 structure to S/MIME format
SOCK_RAW [raw]       (7)  - Linux IPv4 raw sockets
START TRANSACTION [start_transaction] (7)  - start a transaction block
Standards [standards] (7)  - C and UNIX Standards
TRUNCATE [truncate]  (7)  - empty a table or set of tables
UNLISTEN [unlisten]  (7)  - stop listening for a notification
UPDATE [update]      (7)  - update rows of a table
UTF-8 [utf-8]        (7)  - an ASCII compatible multi-byte Unicode encoding
Unicode [unicode]    (7)  - the Universal Character Set
VACUUM [vacuum]      (7)  - garbage-collect and optionally analyze a database
VALUES [values]      (7)  - compute a set of rows
arp                  (7)  - Linux ARP kernel module
ascii                (7)  - the ASCII character set encoded in octal, decimal, and hexadecimal
backend              (7)  - cups backend transmission interfaces
boot-scripts [boot]  (7)  - General description of boot sequence
bootparam            (7)  - Introduction to boot time parameters of the Linux kernel
capabilities         (7)  - overview of Linux capabilities
charsets             (7)  - programmer's view of character sets and internationalization
compat-db           (rpm) - The Berkeley DB database library for Red Hat Linux 7.x compatibility.
complex              (7)  - basics of complex mathematics
crl2pkcs7            (1ssl)  - Create a PKCS#7 structure from a CRL and certificates
curl_getdate         (3)  - Convert an date string to number of seconds since January 1, 1970
ddp                  (7)  - Linux AppleTalk protocol implementation
des_modes            (7ssl)  - the variants of DES and other crypto algorithms of OpenSSL
ditroff              (7)  - classical device independent roff
environ              (7)  - user environment
epoll                (7)  - I/O event notification facility
feature_test_macros  (7)  - feature test macros
fifo                 (7)  - first-in first-out special file, named pipe
filter               (7)  - cups file conversion filter interface
fort77               (1p)  - FORTRAN compiler (FORTRAN)
futex                (7)  - Fast Userspace Locking
gibi [units]         (7)  - decimal and binary prefixes
gif2tiff             (1)  - create a TIFF file from a GIF87 format image file
giga [units]         (7)  - decimal and binary prefixes
gitcli               (7)  - git command line interface and conventions
gitcore-tutorial     (7)  - A git core tutorial for developers
gitcvs-migration     (7)  - git for CVS users
gitdiffcore          (7)  - Tweaking diff output (June 2005)
gitglossary          (7)  - A GIT Glossary
gittutorial          (7)  - A tutorial introduction to git (for version 1.5.1 or newer)
gittutorial-2        (7)  - A tutorial introduction to git: part two
gitworkflows         (7)  - An overview of recommended workflows with git
glob                 (7)  - Globbing pathnames
gnome-options        (7)  - Standard Command Line Options for GNOME 2 Programs
groff                (7)  - a short reference for the GNU roff language
groff_char           (7)  - groff character names
groff_diff           (7)  - differences between GNU troff and classical troff
groff_man            (7)  - groff `man' macros to support generation of man pages
groff_mdoc           (7)  - reference for groff's mdoc implementation
groff_me             (7)  - troff macros for formatting papers
groff_mm             (7)  - groff mm macros
groff_mom            (7)  - groff `mom' macros
groff_ms             (7)  - groff ms macros
groff_trace          (7)  - groff macro package trace.tmac
groff_www            (7)  - groff macros for authoring web pages
hier                 (7)  - Description of the file system hierarchy
icmp                 (7)  - Linux IPv4 ICMP kernel module
inotify              (7)  - monitoring file system events
intro                (7)  - Introduction to overview, conventions, and miscellany section
ip                   (7)  - Linux IPv4 protocol implementation
ipv6                 (7)  - Linux IPv6 protocol implementation
isascii              (3p)  - test for a 7-bit US-ASCII character
iso_8859-1           (7)  - the ISO 8859-1 character set encoded in octal, decimal, and hexadecimal
iso_8859-15          (7)  - the ISO 8859-15 character set encoded in octal, decimal, and hexadecimal
iso_8859-16          (7)  - the ISO 8859-16 character set encoded in octal, decimal, and hexadecimal
iso_8859-2           (7)  - the ISO 8859-2 character set encoded in octal, decimal, and hexadecimal
iso_8859-7           (7)  - the ISO 8859-7 character set encoded in octal, decimal, and hexadecimal
iso_8859-9           (7)  - the ISO 8859-9 character set encoded in octal, decimal, and hexadecimal
kibi [units]         (7)  - decimal and binary prefixes
kilo [units]         (7)  - decimal and binary prefixes
koi8-r               (7)  - Russian Net Character Set encoded in octal, decimal, and hexadecimal
locale               (7)  - Description of multi-language support
mailaddr             (7)  - mail addressing description
man                  (7)  - macros to format man pages
mdoc                 (7)  - quick reference guide for the -mdoc macro package
mdoc.samples [mdoc]  (7)  - tutorial sampler for writing
mebi [units]         (7)  - decimal and binary prefixes
mega [units]         (7)  - decimal and binary prefixes
mq_overview          (7)  - Overview of POSIX message queues
netdevice            (7)  - Low level access to Linux network devices
netlink              (7)  - Communication between kernel and userspace (PF_NETLINK)
nfsd                 (7)  - special filesystem for controlling Linux NFS server
packet               (7)  - packet interface on device level
perl570delta         (1)  - what's new for perl v5.7.0
perl571delta         (1)  - what's new for perl v5.7.1
perl572delta         (1)  - what's new for perl v5.7.2
perl573delta         (1)  - what's new for perl v5.7.3
perldelta [perl587delta] (1)  - what is new for perl v5.8.7
perlfaq1             (1)  - General Questions About Perl ($Revision: 1.19 $, $Date: 2005/12/31 00:54:37 $)
perlfaq2             (1)  - Obtaining and Learning about Perl ($Revision: 1.39 $, $Date: 2006/01/08 14:27:07 $)
perlfaq3             (1)  - Programming Tools ($Revision: 1.56 $, $Date: 2005/12/31 00:54:37 $)
perlfaq4             (1)  - Data Manipulation ($Revision: 1.73 $, $Date: 2005/12/31 00:54:37 $)
perlfaq5             (1)  - Files and Formats ($Revision: 1.42 $, $Date: 2005/12/31 00:54:37 $)
perlfaq6             (1)  - Regular Expressions ($Revision: 1.38 $, $Date: 2005/12/31 00:54:37 $)
perlfaq7             (1)  - General Perl Language Issues ($Revision: 1.28 $, $Date: 2005/12/31 00:54:37 $)
perlfaq8             (1)  - System Interaction ($Revision: 1.27 $, $Date: 2005/12/31 00:54:37 $)
perlfaq9             (1)  - Networking ($Revision: 1.28 $, $Date: 2005/12/31 00:54:37 $)
pipe                 (7)  - overview of pipes and FIFOs
pkcs7                (1ssl)  - PKCS#7 utility
posixoptions         (7)  - optional parts of the POSIX standard
pthreads             (7)  - POSIX threads
pty                  (7)  - pseudo-terminal interfaces
raw                  (7)  - Linux IPv4 raw sockets
regex                (7)  - POSIX.2 regular expressions
roff                 (7)  - concepts and history of roff typesetting
rtnetlink            (7)  - Linux IPv4 routing socket
sem_overview         (7)  - Overview of POSIX semaphores
signal               (7)  - list of available signals
socket               (7)  - Linux socket interface
srvadmin-omacore    (rpm) - Server Administrator Core files, 6.1.0-276
suffixes             (7)  - list of file suffixes
svipc                (7)  - System V interprocess communication mechanisms
tcp                  (7)  - TCP protocol
term                 (7)  - conventions for naming terminal types
time                 (7)  - overview of time
toascii              (3p)  - translate an integer to a 7-bit ASCII character
udev                 (7)  - dynamic device management
udp                  (7)  - User Datagram Protocol for IPv4
units                (7)  - decimal and binary prefixes
unix                 (7)  - Sockets for local interprocess communication
uri                  (7)  - uniform resource identifier (URI), including a URL or URN
url [uri]            (7)  - uniform resource identifier (URI), including a URL or URN
urn [uri]            (7)  - uniform resource identifier (URI), including a URL or URN
wireless             (7)  - Wireless Tools and Wireless Extensions
x25                  (7)  - ITU-T X.25 / ISO-8208 protocol interface

Generated by $Id: phpMan.php,v 4.54 2007/08/21 09:05:22 chedong Exp $ Author: Che Dong
On Apache/2.2.3 (Red Hat)
Under GNU General Public License
2009-11-10 01:37 @127.0.0.1 CrawledBy CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!