~ubuntu-branches/ubuntu/jaunty/adacontrol/jaunty

« back to all changes in this revision

Viewing changes to debian/pfni.1

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Brenta
  • Date: 2006-10-12 19:17:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061012191722-fo5bcn4k5r0iubgd
Tags: 1.5r24-1

* New upstream release.
* debian/control (Depends): add gnat-4.1.
  (Enhances): add gnat-gps.
* debian/adacontrol.gpr: build pfni.
* debian/rules: install the new gnat-gps plug-in, and pfni.
* debian/pfni.1: new.
* patches/gps-integration.patch: new.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.de URL
 
2
\\$2 \(laURL: \\$1 \(ra\\$3
 
3
..
 
4
.if \n[.g] .mso www.tmac
 
5
.TH pfni 1 2006-10-12 Debian "Programmer's Manual"
 
6
.SH NAME
 
7
pfni \- Print Full Name Image of an Ada entity
 
8
.SH SYNOPSIS
 
9
.HP
 
10
\fBpfni\fR [-sofd] [-p \fIproject-file\fR]
 
11
\fIunit\fR[:\fIline-number\fR[:\fIcolumn-number\fR]]
 
12
[-- \fIASIS options\fR]
 
13
.HP
 
14
\fBpfni\fR -h
 
15
.HP
 
16
.SH DESCRIPTION
 
17
\fBpfni\fR is a companion program to \fBadactl\fR(1).  It prints the
 
18
full expanded name of entities declared or referenced by a specified
 
19
Ada compilation unit.  This makes it easier to designate the entities
 
20
when writing new rules for AdaControl.
 
21
 
 
22
Commercial support is available for AdaControl, see file
 
23
\fI/usr/share/doc/adacontrol/support.txt\fR. If you plan to use
 
24
AdaControl for industrial projects, or if you want it to be customized
 
25
or extended to match your own needs, please contact Adalog at
 
26
\fBinfo@adalog.fr\fR.
 
27
.SH OPTIONS
 
28
.IP \fB-d\fR
 
29
Enable debug mode.
 
30
.IP \fB-f\fR
 
31
Full output: display all entities declared and referenced by
 
32
\fIunit\fR.  The default is to only display entities declared in
 
33
\fIunit\fR.
 
34
.IP \fB-h\fR
 
35
Prints a general help message.
 
36
.IP \fB-o\fR
 
37
Also print overloading information.  If you are calling a subprogram
 
38
that has several overloadings and you are not sure which one is
 
39
called, use \fBpfni\fR with the \fB-o\fR option on that line: the
 
40
program will tell you the full name and profile of the called
 
41
subprogram.
 
42
.IP "\fB-p\fR \fIproject-file\fR"
 
43
Use the specified Emacs ada-mode (*.adp) project file.
 
44
.IP \fB-s\fR
 
45
Process the specification of \fIunit\fR; the default is to process the
 
46
body.
 
47
.IP \fIline-number\fR
 
48
Only display entities declared on that line.
 
49
.IP \fIline-number:column-number\fR
 
50
Only display the entity at that line and column, if any.
 
51
.SH AUTHOR
 
52
AdaControl was developed by
 
53
.URL http://www.adalog.fr Adalog
 
54
under contract with
 
55
.URL http://www.eurocontrol.int Eurocontrol .
 
56
The copyright is jointly owned by Adalog and Eurocontrol.
 
57
 
 
58
This manual page was written by Ludovic Brenta <lbrenta@debian.org>
 
59
for the Debian project, but it can be used for other purposes as well.
 
60
.SH "SEE ALSO"
 
61
adactl(1)
 
62
 
 
63
AdaControl User's Guide, available in Info, PDF, and HTML in
 
64
\fI/usr/share/doc/adacontrol\fR.
 
65
 
 
66
AdaControl Programmer's Guide, available in Info, PDF, and HTML in
 
67
\fI/usr/share/doc/adacontrol\fR.