]> git.saurik.com Git - apple/security.git/blob - SecuritySNACCRuntime/doc/ptbl.1
Security-54.1.tar.gz
[apple/security.git] / SecuritySNACCRuntime / doc / ptbl.1
1 .\" Copyright (c) 1993 by Mike Sample and UBC
2 .\" See section COPYING for conditions for redistribution
3 .\" $Header: /cvs/Darwin/Security/SecuritySNACCRuntime/doc/ptbl.1,v 1.1.1.1 2001/05/18 23:14:10 mb Exp $
4 .\" $Log: ptbl.1,v $
5 .\" Revision 1.1.1.1 2001/05/18 23:14:10 mb
6 .\" Move from private repository to open source repository
7 .\"
8 .\" Revision 1.1.1.1 1999/03/16 18:05:54 aram
9 .\" Originals from SMIME Free Library.
10 .\"
11 .\" Revision 1.2 1997/01/01 22:47:19 rj
12 .\" first check-in
13 .\"
14 .TH PTBL 1 "11 July 1993"
15 .SH NAME
16 ptbl \- print a type table
17 .SH SYNOPSIS
18 .nf
19 ptbl [\-a] <tbl-file>
20 .SH DESCRIPTION
21
22 ptbl prints the give type table to stdout. It will print it in one of
23 two formats: internal style and ASN.1 stlye. The internal style shows
24 the contents of the type table data structure in ASN.1 value notation.
25 You will need to look at the tbl.asn1 file to understand the internal
26 form. The ASN.1 form attempts to re-create the ASN.1 that generated
27 the given type table.
28
29 .SH OPTIONS
30
31 .TP
32 .B \-a
33 Print the table in ASN.1 style (recommended)
34 .PP
35 .\" there is a tab between the file name and the description
36 .SH FILES
37 .PD 0
38 .TP 28
39 .B snacc/tbl-tools/ptbl/
40 Source code for the ptbl program
41 .B snacc/asn1specs/tbl.asn1
42 ASN.1 definition for the type table data structure
43 .PD
44 .SH BUGS
45 ptbl does not attempt to print the IMPORTs information even though it
46 is possible with a bit of work.
47 .SH COPYING
48 Copyright (c) 1993 Mike Sample and the University of British Columbia
49 .PP
50 Permission is granted to make and distribute verbatim copies of
51 this manual provided the copyright notice and this permission notice
52 are preserved on all copies.
53 .PP
54 Permission is granted to copy and distribute modified versions of this
55 manual under the conditions for verbatim copying, provided that the
56 entire resulting derived work is distributed under the terms of a
57 permission notice identical to this one.
58 .PP
59 .SH AUTHOR
60 Mike Sample <msample@cs.ubc.ca>, University of British Columbia
61 .SH ACKNOWLEDGEMENTS
62 This work was made possible by grants from the Canadian Institute for
63 Telecommunications Research (CITR) and Natural Sciences and
64 Engineering Research Council of Canada (NSERC).