SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG
DONATE


YUM REPOSITORY

 
 

MAN page from RedHat EL 8 fpc-3.2.0-1.el8.x86_64.rpm

ppudump

Section: Free Pascal Unit dump utility (1)
Updated: 5 June 1999
Index 

NAME

ppudump - The FPC Pascal unit dump program.

 

SYNOPSIS

ppudump [-h] [-v[h|i|m|d|s|b|a]] ppu-file1 ppufile2 ...

 

Description

ppudumpwrites the contents of a Free Pascal unit file to standard output. It gives a listing of all definitions in the unit file. The formatof the listing can be controlled by the options.

 

Usage

You can invoke ppudump with as arguments the names of the units that youwant to dump. You need not specify a extension, by default .ppu isassumed. The output goes to standard output.

 

Options

ppudumphas only two options:

-h
shows a short help screen.
-vxxx
Controls the level of verbosity. xxx is any combination of the following letters:
a
Shows all information stored in the PPU file.
b
Shows the browser information in the PPU file (if present).
d
Shows the definitions in the PPU file.
h
Shows the header information in the PPU file.
i
Shows only interface information, implementation information isnot shown.
m
Shows only implementation information, interface interface is not shown.
s
Shows the symbols stored in the PPU file.

 

SEE ALSO

ppc386(1)ppumove(1)


 

Index

NAME
SYNOPSIS
Description
Usage
Options
SEE ALSO

This document was created byman2html,using the manual pages.