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

deb-origin(5)							      Debian							     deb-origin(5)

NAME
deb-origin - Vendor-specific information files SYNOPSIS
/etc/dpkg/origins/filename DESCRIPTION
The files in /etc/dpkg/origins can provide information about various vendors who are providing Debian packages. They contain a number of fields, or comments when the line starts with '#'. Each field begins with a tag, such as Vendor or Parent, followed by a colon and the body of the field. Fields are delimited only by field tags. In other words, field text may be multiple lines in length, but the tools will join lines when processing the body of the field. REQUIRED FIELDS
Vendor: vendor-name The value of this field determines the vendor name. OPTIONAL FIELDS
Vendor-URL: vendor-url The value of this field determines the vendor URL. Bugs: bug-url The value of this field determines the type and address of the bug tracking system used by this vendor. It can be a mailto URL or a debbugs URL (e.g., debbugs://bugs.debian.org/). Parent: vendor-name The value of this field determines the vendor name of the vendor that this vendor derives from. EXAMPLE
Vendor: Debian Vendor-URL: http://www.debian.org/ Bugs: debbugs://bugs.debian.org SEE ALSO
dpkg-vendor(1) Debian Project 2011-11-10 deb-origin(5)
Man Page