Print this page
6205 onbld manuals should be declared as 1onbld
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/tools/codesign/signit.1
+++ new/usr/src/tools/codesign/signit.1onbld
1 1 .\"
2 2 .\" CDDL HEADER START
3 3 .\"
4 4 .\" The contents of this file are subject to the terms of the
5 5 .\" Common Development and Distribution License (the "License").
6 6 .\" You may not use this file except in compliance with the License.
7 7 .\"
8 8 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 .\" or http://www.opensolaris.org/os/licensing.
10 10 .\" See the License for the specific language governing permissions
11 11 .\" and limitations under the License.
12 12 .\"
13 13 .\" When distributing Covered Code, include this CDDL HEADER in each
↓ open down ↓ |
13 lines elided |
↑ open up ↑ |
14 14 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 .\" If applicable, add the following below this CDDL HEADER, with the
16 16 .\" fields enclosed by brackets "[]" replaced with your own identifying
17 17 .\" information: Portions Copyright [yyyy] [name of copyright owner]
18 18 .\"
19 19 .\" CDDL HEADER END
20 20 .\"
21 21 .\" Copyright 2007 Sun Microsystems, Inc. All rights reserved.
22 22 .\" Use is subject to license terms.
23 23 .\"
24 -.\" ident "%Z%%M% %I% %E% SMI"
25 -.TH signit 1 "13 June 2007"
24 +.TH signit 1ONBLD "13 June 2007"
26 25 .SH NAME
27 26 .I signit
28 27 \- sign files using code signing server
29 28 .SH SYNOPSIS
30 29 \fBsignit [-q] [-i dir] [-o dir] [-l user]\fP
31 30 .LP
32 31 .SH DESCRIPTION
33 32 .IX "OS-Net build tools" "signit" "" "\fBsignit\fP"
34 33 .LP
35 34 .I signit
36 35 is the client program for use with Sun's code signing server. It
37 36 reads a list of signing credential names and relative pathnames
38 37 from standard input. Each file is read from the input directory,
39 38 sent to the signing server, signed with the specified credential,
40 39 and written to the output directory.
41 40 .LP
42 41 .SH OPTIONS
43 42 .LP
44 43 The following options are supported:
45 44 .TP 4
46 45 .B \-q
47 46 Quiet operation: This option suppresses printing the names of files
48 47 that are signed successfully.
49 48 .LP
50 49 .TP 4
51 50 .B -i \fIdir\fP
52 51 Specifies the base input directory from which the relative pathnames
53 52 of files to be signed are interpreted. If not specified, the
54 53 input directory defaults to the current directory.
55 54 .LP
56 55 .TP 4
57 56 .B -o \fIdir\fP
58 57 Specifies the base output directory to which signed files
59 58 are written. If not specified, the
60 59 output directory matches the input directory.
61 60 .LP
62 61 .TP 4
63 62 .B -l \fIuser\fP
64 63 Specifies the user login name on the code signing server. If not
65 64 specified, the login name of the user running
66 65 .I signit
67 66 is used.
68 67 .LP
69 68 .SH ENVIRONMENT
70 69 .LP
71 70 .TP 4
72 71 .B CODESIGN_SERVER
73 72 Specifies the hostname or IP address of the code signing server. If
74 73 this variable is not set, it defaults to quill.sfbay.
75 74 .LP
76 75 .SH EXIT STATUS
77 76 .LP
↓ open down ↓ |
42 lines elided |
↑ open up ↑ |
78 77 The following exit status values are returned:
79 78 .IP "\fB0\fR" 4
80 79 .IX Item "0"
81 80 All specified files were signed successfully.
82 81 .IP "\fB1\fR" 4
83 82 .IX Item "1"
84 83 One or more files were not signed successfully.
85 84 .LP
86 85 .SH SEE ALSO
87 86 .LP
88 -signproto(1)
87 +signproto(1ONBLD)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX