]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 6 Nov 2013 21:02:06 +0000 (22:02 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 6 Nov 2013 21:02:06 +0000 (22:02 +0100)
doc/manpages/tpmtool.1

index d0d7f52b9780b475b47a0fb5c242f117672701b8..21c2ab76815a0d5422ff89f067f22861d9c6f77c 100644 (file)
@@ -1,8 +1,8 @@
-.TH tpmtool 1 "10 Jun 2013" "@VERSION@" "User Commands"
+.TH tpmtool 1 "06 Nov 2013" "@VERSION@" "User Commands"
 .\"
 .\"  DO NOT EDIT THIS FILE   (tpmtool-args.man)
 .\"
-.\"  It has been AutoGen-ed  June 10, 2013 at 08:48:19 PM by AutoGen 5.17.3
+.\"  It has been AutoGen-ed  November  6, 2013 at 09:48:12 PM by AutoGen 5.18.2
 .\"  From the definitions    ../../src/tpmtool-args.def.tmp
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -19,8 +19,8 @@ All arguments must be options.
 Program that allows handling cryptographic data from the TPM chip.
 .SH "OPTIONS"
 .TP
-.BR \-d " \fInumber\fP, " \-\-debug "=" \fInumber\fP
-Enable debugging..
+.BR  \-d " \fInumber\fP, " \-\-debug "=" \fInumber\fP
+Enable debugging.
 This option takes an integer number as its argument.
 The value of \fInumber\fP is constrained to being:
 .in +4
@@ -32,28 +32,28 @@ in the range  0 through 9999
 .sp
 Specifies the debug level.
 .TP
-.BR \-\-infile "=\fIfile\fP"
+.BR  \-\-infile "=\fIfile\fP"
 Input file.
 .sp
 .TP
-.BR \-\-outfile "=\fIstring\fP"
+.BR  \-\-outfile "=\fIstring\fP"
 Output file.
 .sp
 .TP
-.BR \-\-generate\-rsa
+.BR  \-\-generate\-rsa
 Generate an RSA private-public key pair.
 .sp
 Generates an RSA private-public key pair in the TPM chip. 
 The key may be stored in filesystem and protected by a PIN, or stored (registered)
 in the TPM chip flash.
 .TP
-.BR \-\-register
+.BR  \-\-register
 Any generated key will be registered in the TPM.
 This option must appear in combination with the following options:
 generate-rsa.
 .sp
 .TP
-.BR \-\-signing
+.BR  \-\-signing
 Any generated key will be a signing key.
 This option must appear in combination with the following options:
 generate-rsa.
@@ -61,7 +61,7 @@ This option must not appear in combination with any of the following options:
 legacy.
 .sp
 .TP
-.BR \-\-legacy
+.BR  \-\-legacy
 Any generated key will be a legacy key.
 This option must appear in combination with the following options:
 generate-rsa.
@@ -69,7 +69,7 @@ This option must not appear in combination with any of the following options:
 signing.
 .sp
 .TP
-.BR \-\-user
+.BR  \-\-user
 Any registered key will be a user key.
 This option must appear in combination with the following options:
 register.
@@ -78,7 +78,7 @@ system.
 .sp
 The generated key will be stored in a user specific persistent storage.
 .TP
-.BR \-\-system
+.BR  \-\-system
 Any registred key will be a system key.
 This option must appear in combination with the following options:
 register.
@@ -87,30 +87,30 @@ user.
 .sp
 The generated key will be stored in system persistent storage.
 .TP
-.BR \-\-pubkey "=\fIurl\fP"
+.BR  \-\-pubkey "=\fIurl\fP"
 Prints the public key of the provided key.
 .sp
 .TP
-.BR \-\-list
+.BR  \-\-list
 Lists all stored keys in the TPM.
 .sp
 .TP
-.BR \-\-delete "=\fIurl\fP"
+.BR  \-\-delete "=\fIurl\fP"
 Delete the key identified by the given URL (UUID)..
 .sp
 .TP
-.BR \-\-sec\-param "=\fIsecurity parameter\fP"
+.BR  \-\-sec\-param "=\fIsecurity parameter\fP"
 Specify the security level [low, legacy, normal, high, ultra]..
 .sp
 This is alternative to the bits option. Note however that the
 values allowed by the TPM chip are quantized and given values may be rounded up.
 .TP
-.BR \-\-bits "=\fInumber\fP"
+.BR  \-\-bits "=\fInumber\fP"
 Specify the number of bits for key generate.
 This option takes an integer number as its argument.
 .sp
 .TP
-.BR \-\-inder, " \fB\-\-no\-inder\fP"
+.BR  \-\-inder, " \fB\-\-no\-inder\fP"
 Use the DER format for keys..
 The \fIno\-inder\fP form will disable the option.
 .sp
@@ -118,7 +118,7 @@ The input files will be assumed to be in the portable
 DER format of TPM. The default format is a custom format used by various
 TPM tools
 .TP
-.BR \-\-outder, " \fB\-\-no\-outder\fP"
+.BR  \-\-outder, " \fB\-\-no\-outder\fP"
 Use DER format for output keys.
 The \fIno\-outder\fP form will disable the option.
 .sp
@@ -130,7 +130,7 @@ Display usage information and exit.
 .BR \-! , " \-\-more-help"
 Pass the extended usage information through a pager.
 .TP
-.BR \-v " [{\fIv|c|n\fP}]," " \-\-version" "[=\fI{v|c|n}\fP]"
+.BR \-v " [{\fIv|c|n\fP}]," " \-\-version" "[={\fIv|c|n\fP}]"
 Output version of program and exit.  The default mode is `v', a simple
 version.  The `c' mode will print copyright information and `n' will
 print the full copyright notice.