1PTBL(1) General Commands Manual PTBL(1)
2
3
4
6 ptbl - print a type table
7
9 ptbl [-a] <tbl-file>
10
12 ptbl prints the give type table to stdout. It will print it in one of
13 two formats: internal style and ASN.1 stlye. The internal style shows
14 the contents of the type table data structure in ASN.1 value notation.
15 You will need to look at the tbl.asn1 file to understand the internal
16 form. The ASN.1 form attempts to re-create the ASN.1 that generated
17 the given type table.
18
19
21 -a Print the table in ASN.1 style (recommended)
22
24 snacc/tbl-tools/ptbl/ Source code for the ptbl program
25 snacc/asn1specs/tbl.asn1 ASN.1 definition
26 for the type table data structure
27
29 ptbl does not attempt to print the IMPORTs information even though it
30 is possible with a bit of work.
31
33 Copyright (c) 1993 Mike Sample and the University of British Columbia
34
35 Permission is granted to make and distribute verbatim copies of this
36 manual provided the copyright notice and this permission notice are
37 preserved on all copies.
38
39 Permission is granted to copy and distribute modified versions of this
40 manual under the conditions for verbatim copying, provided that the
41 entire resulting derived work is distributed under the terms of a per‐
42 mission notice identical to this one.
43
45 Mike Sample <msample@cs.ubc.ca>, University of British Columbia
46
48 This work was made possible by grants from the Canadian Institute for
49 Telecommunications Research (CITR) and Natural Sciences and Engineering
50 Research Council of Canada (NSERC).
51
52
53
54 11 July 1993 PTBL(1)