Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 2 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 17
1
.\"                                      Hey, EMACS: -*- nroff -*-
1
.\"                                      Hey, EMACS: -*- nroff -*-
2
.\" First parameter, NAME, should be all caps
2
.\" First parameter, NAME, should be all caps
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4
.\" other parameters are allowed: see man(7), man(1)
4
.\" other parameters are allowed: see man(7), man(1)
5
.TH SEXP-CONV 1 "Apr 19, 2002" sexp-conv "Lsh Manuals"
5
.TH SEXP-CONV 1 "Apr 19, 2002" sexp-conv "Lsh Manuals"
6
.\" Please adjust this date whenever revising the manpage.
6
.\" Please adjust this date whenever revising the manpage.
7
.\"
7
.\"
8
.\" Some roff macros, for reference:
8
.\" Some roff macros, for reference:
9
.\" .nh        disable hyphenation
9
.\" .nh        disable hyphenation
10
.\" .hy        enable hyphenation
10
.\" .hy        enable hyphenation
11
.\" .ad l      left justify
11
.\" .ad l      left justify
12
.\" .ad b      justify to both left and right margins
12
.\" .ad b      justify to both left and right margins
13
.\" .nf        disable filling
13
.\" .nf        disable filling
14
.\" .fi        enable filling
14
.\" .fi        enable filling
15
.\" .br        insert line break
15
.\" .br        insert line break
16
.\" .sp <n>    insert n+1 empty lines
16
.\" .sp <n>    insert n+1 empty lines
17
.\" for manpage-specific macros, see man(7)
17
.\" for manpage-specific macros, see man(7)
18
.SH NAME
18
.SH NAME
19
sexp_conv \- convert s-expression to a different encoding
19
sexp_conv \- convert s-expression to a different encoding
20
.SH SYNOPSIS
20
.SH SYNOPSIS
21
.B sexp_conv
21
.B sexp_conv
22
.RI [ options ]
22
.RI [ options ]
23
.SH DESCRIPTION
23
.SH DESCRIPTION
24
This manual page documents briefly the
24
This manual page documents briefly the
25
.B sexp_conv
25
.B sexp_conv
26
command.
26
command.
27
This manual page was written for the Debian GNU/Linux distribution
27
This manual page was written for the Debian GNU/Linux distribution
28
because the original program does not have a manual page.
28
because the original program does not have a manual page.
29
Instead, it has documentation in the GNU Info format; see below.
29
Instead, it has documentation in the GNU Info format; see below.
30
.PP
30
.PP
31
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
31
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
32
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
32
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
33
.\" respectively.
33
.\" respectively.
34
\fBsexp_conv\fP is a program that converts S-expressions (keys and
34
\fBsexp_conv\fP is a program that converts S-expressions (keys and
35
most other objects which `lsh' needs to store on disk)
35
most other objects which `lsh' needs to store on disk)
36
.SH OPTIONS
36
.SH OPTIONS
37
This program follows the usual GNU command line syntax, with long
37
This program follows the usual GNU command line syntax, with long
38
options starting with two dashes (`-').
38
options starting with two dashes (`-').
39
A summary of options is included below.
39
A summary of options is included below.
40
For a complete description, see the Info files.
40
For a complete description, see the Info files.
41
.TP
41
.TP
42
.B \-\-hash=\fIalgorithm\fP
42
.B \-\-hash=\fIalgorithm\fP
43
Hash algorithm (default: sha1).
43
Hash algorithm (default: sha1).
44
.TP
44
.TP
45
.B \-\-once
45
.B \-\-once
46
Process at most one s-expression.
46
Process at most one s-expression.
47
.TP
47
.TP
48
.B \-\-raw\-hash
48
.B \-\-raw\-hash
49
Output the hash for the canonical representation of the object, in hexadecimal.
49
Output the hash for the canonical representation of the object, in hexadecimal.
50
.TP
50
.TP
51
.B \-\-spki\-hash
51
.B \-\-spki\-hash
52
Output an SPKI hash for the object.
52
Output an SPKI hash for the object.
53
.TP
53
.TP
54
.B \-\-debug
54
.B \-\-debug
55
Print huge amounts of debug information.
55
Print huge amounts of debug information.
56
.TP
56
.TP
57
.B \-q, \-\-quiet
57
.B \-q, \-\-quiet
58
Supress all warnings and diagnostic messages.
58
Supress all warnings and diagnostic messages.
59
.TP
59
.TP
60
.B \-\-trace
60
.B \-\-trace
61
Detailed trace.
61
Detailed trace.
62
.TP
62
.TP
63
.B \-v, \-\-verbose
63
.B \-v, \-\-verbose
64
Verbose diagnostic messages.
64
Verbose diagnostic messages.
65
.TP
65
.TP
66
.B \-i, \-\-input\-format=\fIformat\fP
66
.B \-i, \-\-input\-format=\fIformat\fP
67
Variant of S-expression to accept. Valid S-expression formats are: transport,
67
Variant of S-expression to accept. Valid S-expression formats are: transport,
68
canonical, advanced and international.
68
canonical, advanced and international.
69
.TP
69
.TP
70
.B \-o, \-\-output\-format=\fIformat\fP
70
.B \-o, \-\-output\-format=\fIformat\fP
71
Variant of S-expression to output. Valid S-expression formats are: transport,
71
Variant of S-expression to output. Valid S-expression formats are: transport,
72
canonical, advanced and international.
72
canonical, advanced and international.
73
.TP
73
.TP
74
.B \-?, \-\-help
74
.B \-?, \-\-help
75
Show summary of options.
75
Show summary of options.
76
.TP
76
.TP
77
.B \-\-usage
77
.B \-\-usage
78
Give a short usage message.
78
Give a short usage message.
79
.TP
79
.TP
80
.B \-v, \-\-version
80
.B \-v, \-\-version
81
Show version of program.
81
Show version of program.
82
.SH SEE ALSO
82
.SH SEE ALSO
83
.BR ssh-conv (1),
83
.BR ssh-conv (1),
84
.BR lshc (1),
84
.BR lsh (1),
85
.BR lshd (8).
85
.BR lshd (8).
86
.br
86
.br
87
The programs are documented fully by the
87
The programs are documented fully by the
88
.IR "sexp"
88
.IR "sexp"
89
section under the
89
section under the
90
.IR "Getting Started"
90
.IR "Getting Started"
91
header of the lsh info page, available via the Info system.
91
header of the lsh info page, available via the Info system.
92
.SH AUTHOR
92
.SH AUTHOR
93
This manual page was written by Timshel Knoll <timshel@debian.org>,
93
This manual page was written by Timshel Knoll <timshel@debian.org>,
94
for the Debian GNU/Linux system (but may be used by others).
94
for the Debian GNU/Linux system (but may be used by others).