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