Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

detok(1) [debian man page]

DETOK(1)						      General Commands Manual							  DETOK(1)

NAME
detok - OpenBIOS detokenizer SYNOPSIS
detok [options] forth-file DESCRIPTION
detok is an open-source FCode detokenizer for the OpenBIOS project. It performs the reverse function, that is, it converts binary FCode into a form that can be read for purposes of verification. OPTIONS
-h, -? Print a brief help message and then exit. -v, --verbose Print additional messages: the hex value of each token processed, as well as a signature block. -o Display the positions of the tokens relative to the start of the first FCode block after a PCI header (if one is present), and the destination-offset of each branch. Note that the combination of the Verbose and Offsets options yields the maximum amount of useful information. -n Display the sequential number of each line of output. Note that the -n and -o options are mutually exclusive; if both are specified, -o will be favoured. -a Do not stop when end0 has been encountered. This option is usually not needed, but may be useful in cases where a file has been cor- rupted or when something very strange has been tokenized... -f FCode-List-File Pre-load additional FCodes before processing. These might be, for instance, a set of vendor-specific FCodes that were generated for a specific vendor's products by a tokenizer customized for that specific vendor. SEE ALSO
toke(1). AUTHORS
David L. Paktor <dlpaktor@us.ibm.com> This manual page was written by Aurelien Jarno <aurel32@debian.org> for the Debian GNU/Linux system (but may be used by others). May 15, 2007 DETOK(1)

Check Out this Related Man Page

dpkg-vendor(1)							    dpkg suite							    dpkg-vendor(1)

NAME
dpkg-vendor - queries information about distribution vendors SYNOPSIS
dpkg-vendor [option...] command DESCRIPTION
dpkg-vendor is a tool to query information about vendors listed in /etc/dpkg/origins. /etc/dpkg/origins/default contains information about the current vendor. COMMANDS
--is vendor Exits with 0 if the current vendor is vendor. Otherwise exits with non-zero. --derives-from vendor Exits with 0 if the current vendor distribution is a derivative of vendor, otherwise exits with non-zero. It uses the "Parent" field to browse all ancestors of the current vendor. --query field Print on standard output the value of the vendor-specific field for the current vendor. --help Show the usage message and exit. --version Show the version and exit. OPTIONS
--vendor vendor Assumes the current vendor is vendor instead of discovering it with the DEB_VENDOR environment variable or /etc/dpkg/ori- gins/default. ENVIRONMENT
DEB_VENDOR This setting defines the current vendor. If not set, it will discover the current vendor by reading /etc/dpkg/origins/default. SEE ALSO
deb-origin(5). Debian Project 2011-11-10 dpkg-vendor(1)
Man Page