From 604f2cfaacba0daf9f6f36265719616ea00df871 Mon Sep 17 00:00:00 2001
From: Wang Xiaokai <xiaokai.wang@intel.com>
Date: Tue, 5 Mar 2013 11:23:47 +0800
Subject: [PATCH] add file tpm_getpermanentflags.8

---
 man/man8/tpm_getpermanentflags.8 |   53 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)
 create mode 100644 man/man8/tpm_getpermanentflags.8

diff --git a/man/man8/tpm_getpermanentflags.8 b/man/man8/tpm_getpermanentflags.8
new file mode 100644
index 0000000..e8c604c
--- /dev/null
+++ b/man/man8/tpm_getpermanentflags.8
@@ -0,0 +1,53 @@
+.\" Copyright (C) 2013 International Business Machines Corporation
+.\"
+.de Sh \" Subsection
+.br
+.if t .Sp
+.ne 5
+.PP
+\fB\\$1\fR
+.PP
+..
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Ip \" List item
+.br
+.ie \\n(.$>=3 .ne \\$3
+.el .ne 3
+.IP "\\$1" \\$2
+..
+.TH "tpm_getpermanentflags" 8 "2013-03-04"  "TPM Management"
+.ce 1
+TPM Management - tpm_getpermanentflags 
+.SH NAME
+tpm_getpermanentflags\- displays information about TPM_PERMANENT_FLAGS.
+.SH "SYNOPSIS"
+.ad l
+.hy 0
+.B tpm_getpermanentflags
+.RB [ OPTION ]
+
+.SH "DESCRIPTION"
+.PP
+\fBtpm_getpermanmentflags\fR This operation can be restricted to require owner authorization, in that case the command will prompt for the owner password and request the data. The key information is output on a successful call.
+
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Display command usage info.
+.TP
+\fB-v\fR, \fB\-\-version\fR
+Display command version info.
+.TP
+\fB-l\fR, \fB\-\-log\fR [none|error|info|debug]
+Set logging level.
+.TP
+\fB-o\fR, \fB-\-pwdo\fR
+The owner password may be directly provided for example by using '--pwdo=password or -opassword'. If no password is provided with this option then the program will prompt the user for the password.
+.SH "SEE ALSO"
+.PP
+\fBtpm_version\fR(1), \fBtpm_takeownership\fR(8), \fBtpm_restrictpubek\fR(8), \fBtpm_createek\fR(8), \fBtcsd\fR(8)
+
+.SH "REPORTING BUGS"
+Report bugs to <trousers-users@lists.sourceforge.net>
-- 
1.7.9.5

