1 '\" This manual page, except for the introductory troff macros, is
2 '\" Copyright (c) 1995 by Robert Joop.
4 '\" $Header: /cvs/Darwin/Security/SecuritySNACCRuntime/doc/snacced.1,v 1.1.1.1 2001/05/18 23:14:10 mb Exp $
5 '\" $Log: snacced.1,v $
6 '\" Revision 1.1.1.1 2001/05/18 23:14:10 mb
7 '\" Move from private repository to open source repository
9 '\" Revision 1.1.1.1 1999/03/16 18:05:54 aram
10 '\" Originals from SMIME Free Library.
12 '\" Revision 1.1 1997/01/01 22:47:21 rj
16 '\" Copyright (c) 1993 The Regents of the University of California.
17 '\" All rights reserved.
19 '\" Permission is hereby granted, without written agreement and without
20 '\" license or royalty fees, to use, copy, modify, and distribute this
21 '\" documentation for any purpose, provided that the above copyright
22 '\" notice and the following two paragraphs appear in all copies.
24 '\" IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY
25 '\" FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
26 '\" ARISING OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
27 '\" CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 '\" THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
30 '\" INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
31 '\" AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
32 '\" ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
33 '\" PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
35 .\" The definitions below are for supplemental macros used in Tcl/Tk
38 .\" .HS name section [date [version]]
39 .\" Replacement for .TH in other man pages. See below for valid
42 .\" .AP type name in/out [indent]
43 .\" Start paragraph describing an argument to a library procedure.
44 .\" type is type of argument (int, etc.), in/out is either "in", "out",
45 .\" or "in/out" to describe whether procedure reads or modifies arg,
46 .\" and indent is equivalent to second arg of .IP (shouldn't ever be
47 .\" needed; use .AS below instead)
50 .\" Give maximum sizes of arguments for setting tab stops. Type and
51 .\" name are examples of largest possible arguments that will be passed
52 .\" to .AP later. If args are omitted, default tab stops are used.
55 .\" Start box enclosure. From here until next .BE, everything will be
56 .\" enclosed in one large box.
59 .\" End of box enclosure.
62 .\" Begin vertical sidebar, for use in marking newly-changed parts
66 .\" End of vertical sidebar.
69 .\" Begin an indented unfilled display.
72 .\" End of indented unfilled display.
74 '\" # Heading for Tcl/Tk man pages
77 .if !"\\$3"" .ds ^3 \\$3
78 .if '\\$2'cmds' .TH \\$1 1 \\*(^3 \\$4
79 .if '\\$2'lib' .TH \\$1 3 \\*(^3 \\$4
80 .if '\\$2'tcl' .TH \\$1 n \\*(^3 Tcl "Tcl Built-In Commands"
81 .if '\\$2'tk' .TH \\$1 n \\*(^3 Tk "Tk Commands"
82 .if '\\$2'tclc' .TH \\$1 3 \\*(^3 Tcl "Tcl Library Procedures"
83 .if '\\$2'tkc' .TH \\$1 3 \\*(^3 Tk "Tk Library Procedures"
84 .if '\\$2'tclcmds' .TH \\$1 1 \\*(^3 Tk "Tcl Applications"
85 .if '\\$2'tkcmds' .TH \\$1 1 \\*(^3 Tk "Tk Applications"
90 '\" # Start an argument description
94 . ie !"\\$2"" .TP \\n()Cu
99 \&\\$1 \\fI\\$2\\fP (\\$3)
112 '\" # define tabbing values for .AP
115 .if !"\\$1"" .nr )A \\w'\\$1'u+3n
118 .if !"\\$2"" .nr )B \\w'\\$2'u+\\n()Au+3n
119 .nr )C \\n()Bu+\\w'(in/out)'u+2n
121 '\" # BS - start boxed text
122 '\" # ^y = starting y location
130 .if n \l'\\n(.lu\(ul'
133 '\" # BE - end boxed text (draw box now)
138 .ie n \l'\\n(^lu\(ul'
140 .\" Draw four-sided box normally, but don't draw top of
141 .\" box if the box started on an earlier page.
143 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul'
146 \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul'
153 '\" # VS - start vertical sidebar
154 '\" # ^Y = starting y location
155 '\" # ^v = 1 (for troff; for nroff this doesn't matter)
158 .ie n 'mc \s12\(br\s0
161 '\" # VE - end of vertical sidebar
169 \h'|\\n(^lu+3n'\L'|\\n(^Yu-1v\(bv'\v'\\n(^tu+1v-\\n(^Yu'\h'-|\\n(^lu+3n'
176 '\" # Special macro to handle page bottom: finish off current
177 '\" # box/sidebar if in box/sidebar mode, then invoked standard
178 '\" # page bottom macro.
185 .\" Draw three-sided box if this is the box's first page,
186 .\" draw two sides but no top otherwise.
187 .ie !\\n(^b-1 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c
188 .el \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c
191 .nr ^x \\n(^tu+1v-\\n(^Yu
192 \kx\h'-\\nxu'\h'|\\n(^lu+3n'\ky\L'-\\n(^xu'\v'\\n(^xu'\h'|0u'\c
205 '\" # DS - begin display
211 '\" # DE - end display
217 .TH snacced 1 "August 1995" Tk "Tk Applications"
219 '\" Note: do not modify the .SH NAME line immediately below!
221 snacced \- Graphical editor for BER encoded ASN.1 files
223 \fBsnacced \fIoption\fR ?\fImodule type file\fR?
228 This command allowes to browse and edit BER encoded files.
230 The snacced script needs to be executed by a snaccwish, a Tk shell (see \fIwish\fP(1))
231 with additional snacc functionality (see \fIsnacc\fP(n)).
233 For directions on how to build the snaccwish, please refer to the
237 \fBsnacced \fImodule type file\fR
238 Open \fIfile\fP that has to be an instance of type \fItype\fP in the ASN.1 module \fImodule\fP.
240 \fBsnacced \fImodule type\fR
241 Create an instance of the given type.
244 Called without arguments, pops up a file and type selection box.
246 .IR wish (1), snacc (n)
248 ASN.1, BER, snaccwish, snacc, editor, file