From d8ef300d78d69d079602a569327f62e987d1ba6e Mon Sep 17 00:00:00 2001
From: Wang Xiaokai <xiaokai.wang@intel.com>
Date: Tue, 5 Mar 2013 10:49:15 +0800
Subject: [PATCH] modification tpm_nvdefine.pod

---
 man/man8/tpm_nvdefine.pod |   12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/man/man8/tpm_nvdefine.pod b/man/man8/tpm_nvdefine.pod
index c6df795..eae3be1 100644
--- a/man/man8/tpm_nvdefine.pod
+++ b/man/man8/tpm_nvdefine.pod
@@ -74,6 +74,18 @@ To select the NVRAM area with index 0x100, the command line parameter should be
 The size of the NVRAM area.
 The parameter must either be a decimal number or a hexadecimal number starting with '0x'.
 
+=item B<-R, --rlv>
+
+read locality value:uint8.there are 5 localities:0~4.
+for example,TPM_LOC_ZERO=0x1 TPM_LOC_ONE=0x2 TPM_LOC_TWO=0x4 TPM_LOC_THREE=0x8
+TPM_LOC_FOUR=0x10 TPM_LOC_ALL=0x1f.
+
+=item B<-W, --wlv>
+
+read locality value:uint8.there are 5 localities:0~4.
+for example,TPM_LOC_ZERO=0x1 TPM_LOC_ONE=0x2 TPM_LOC_TWO=0x4 TPM_LOC_THREE=0x8
+TPM_LOC_FOUR=0x10 TPM_LOC_ALL=0x1f.
+
 =item B<-p, --permissions>
 
 The access permissions associated with the NVRAM area.
-- 
1.7.9.5

