Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wpp(1) [debian man page]

WPP(1)							User Contributed Perl Documentation						    WPP(1)

NAME
WPP - The Web Preprocessor SYNOPSIS
wpp [POSIX or GNU style options] file ... DESCRIPTION
WPP is a small perl5 script that allows preprocessing of html files. It's useful for giving an uniform layout to different html pages. It allows you to define "variables", which are abbreviations for longer constructs, and include common html fragments. WPP provides four separate facilities that you can use as you fit: inclusion of templates, variables expansion, conditional generation and macro expansion. It can be used into cgi scripts for dynamic generation of pages. With less html code inside them you can make more flexible and readable cgi-scripts. WPP is distributed under the terms of the GNU General Public License (GPL). As such, you can use this program free of charge but there is no warranty. OPTIONS
-c FILE, --config=FILE Use FILE as config file (default is 'config'). -D CONST=VAL, -D CONST, --define CONST=VAL, --define CONST Declare a constant CONST with the optional associated value VAL. -d, --depend Generate dependencies for make. -F FL, --pre-filter=FL Preprocess input data through FL filters. Each filter should be separated by a pipe ('|') char. Example: wpp -F "filter1 | filter2 -opt" in.raw -f FL, --post-filter=FL Postprocess output data through FL filters. Each filter should be separated by a pipe ('|') char. Example: wpp -f "filter1 | filter2 -opt" in.raw -g, --debug Enable the debugging output of the internal parser. -h, --help Print the list of command line switches with a short description. -q, --quiet Run without printing any message and warning. -v, --version Print the version number of wpp and exit. -W all, --warn=all Enable printing all warnings. -W none, --warn=none Disable warnings. -W LEV, --warn=LEV Set warning level LEV: 0 = none 4 = notice 1 = fatal 5 = message 2 = error 6 = debug 3 = warning (*) 7 = all (*) default warning level -x, --xhtml Enable XHTML compliant output for built-in macros. - Read raw data from the standard input, html file is written to the standard output. AUTHOR
Marco Lamberto <lm AT sunnyspot DOT org> OFFICIAL WEB SITE
http://the.sunnyspot.org/wpp/ perl v5.8.3 2004-07-09 WPP(1)

Check Out this Related Man Page

SCSI_LOGGING_LEVEL(8)						     SG3_UTILS						     SCSI_LOGGING_LEVEL(8)

NAME
scsi_logging_level - access Linux SCSI logging level information SYNOPSIS
scsi_logging_level [--all=LEV] [--create] [--error=LEV] [--get] [--help] [--highlevel=LEV] [--hlcomplete=LEV] [--hlqueue=LEV] [--ioctl=LEV] [--llcomplete=LEV] [--llqueue=LEV] [--lowlevel=LEV] [--midlevel=LEV] [--mlcomplete=LEV] [--mlqueue=LEV] [--scan=LEV] [--set] [--time- out=LEV] [--version] DESCRIPTION
This Bourne shell script accesses the Linux SCSI subsystem logging level. The current values can be shown (e.g. with --get) or changed (e.g. with --set). Superuser permissions will typically be required to set the logging level. One of these options: --create, --get or --set is required. Only one can be given. OPTIONS
Arguments to long options are mandatory for short options as well. -a, --all=LEV LEV is used for all SCSI_LOG fields. -c, --create Options are parsed and placed in internal fields that are displayed but no logging levels are changed within the Linux kernel. -E, --error=LEV LEV is placed in the SCSI_LOG_ERROR field. -g, --get Fetches the current SCSI logging levels from the Linux kernel and displays them. -h, --help print out the usage message then exit. -H, --highlevel=LEV LEV is placed in the SCSI_LOG_HLQUEUE and SCSI_LOG_HLCOMPLETE fields. --hlcomplete=LEV LEV is placed in the SCSI_LOG_HLCOMPLETE field. --hlqueue=LEV LEV is placed in the SCSI_LOG_HLQUEUE field. -I, --ioctl=LEV LEV is placed in the SCSI_LOG_IOCTL field. --llcomplete=LEV LEV is placed in the SCSI_LOG_LLCOMPLETE field. --llqueue=LEV LEV is placed in the SCSI_LOG_LLQUEUE field. -L, --lowlevel=LEV LEV is placed in the SCSI_LOG_LLQUEUE and SCSI_LOG_LLCOMPLETE fields. -M, --midlevel=LEV LEV is placed in the SCSI_LOG_MLQUEUE and SCSI_LOG_MLCOMPLETE fields. --mlcomplete=LEV LEV is placed in the SCSI_LOG_MLCOMPLETE field. --mlqueue=LEV LEV is placed in the SCSI_LOG_MLQUEUE field. -S, --scan=LEV LEV is placed in the SCSI_LOG_SCAN field. -s, --set Uses the fields specified in this command's options and attempts to apply them to the Linux SCSI subsystem logging levels. Typically superuser permissions will be required to do this. -T, --timeout=LEV LEV is placed in the SCSI_LOG_TIMEOUT field. -v, --version Outputs the version information and then exits. NOTES
The --get and --set options access the /proc/sys/dev/scsi/logging_level pseudo file. EXIT STATUS
The exit status of this script is 0 when it is successful. Any other exit status indicates that an error has occurred. AUTHORS
Written by IBM. Small alterations by Douglas Gilbert. REPORTING BUGS
Report bugs to <dgilbert at interlog dot com>. COPYRIGHT
Copyright (C) IBM Corp. 2006 This software is distributed under the GPL version 2. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR- POSE. The software was obtained from an IBM package called s390-tools-1.6.2 found on that company's "developerworks" site. The most recent ver- sion of that package at this time is 1.8.3 . sg3_utils-1.33 December 2011 SCSI_LOGGING_LEVEL(8)
Man Page