From: Randy Dunlap <randy_d_dunlap@linux.intel.com>

Add some acpixtract and acpitbl usage examples, including
using the -n option of acpixtract to extract a specific instance
of a table (e.g., SSDT can occur multiple times).

Signed-off-by: Randy Dunlap <randy_d_dunlap@linux.intel.com>
---

 README |    9 +++++++++
 1 files changed, 9 insertions(+)

diff -Naurp pmtools-20050919/README~doc_usage pmtools-20050919/README
--- pmtools-20050919/README~doc_usage	2005-08-23 06:08:08.000000000 -0700
+++ pmtools-20050919/README	2005-10-27 16:24:31.000000000 -0700
@@ -31,6 +31,15 @@ Dump the table header or contents of a r
     # ./acpidump -t FACP -b | ./acpitbl
     $ cat email | ./acpixtract FACP | ./acpitbl
 
+or
+    $ ./acpixtract FACP acpidump.out > FACP.bin
+and then
+    $ ./acpitbl FACP.bin
+
+or
+    $ ./acpixtract -n 3 SSDT acpidump.out > SSDT3.bin
+to extract the n-th instance of a specified table type.
+
 Disassembler
 ------------
 Note that acpidisasm has been deleted, in favor of iasl:
