Description: lintian-tag hyphen-used-as-minus-sign, and fix some misspelling
Origin:      vendor
Author:      KURASHIKI Satoru <lurdan@gmail.com>

Index: hyperestraier/man/estcmd.1
===================================================================
--- hyperestraier.orig/man/estcmd.1	2010-07-28 08:35:36.591937594 +0900
+++ hyperestraier/man/estcmd.1	2010-07-28 08:37:22.791965540 +0900
@@ -703,7 +703,7 @@
 .B \-attr
 option of
 .B create
-sub command should be "seq" for sequencial type, "str" for string type, or "num" for number type.
+sub command should be "seq" for sequential type, "str" for string type, or "num" for number type.
 .PP
 Each pseudo index specified by
 .B \-pidx
Index: hyperestraier/man/estraier.3
===================================================================
--- hyperestraier.orig/man/estraier.3	2010-07-28 08:40:31.763937394 +0900
+++ hyperestraier/man/estraier.3	2010-07-28 08:40:50.304978491 +0900
@@ -205,7 +205,7 @@
 The function `est_db_add_attr_index' is used in order to add an index for narrowing or sorting with document attributes.
 .TP
 .B int est_db_add_attr_index(ESTDB *db, const char *name, int type);
-`db' specifies a database object connected as a writer.  `name' specifies the name of an attribute.  `type' specifies the data type of attribute index; `ESTIDXATTRSEQ' for multipurpose sequencial access method, `ESTIDXATTRSTR' for narrowing with attributes as strings, `ESTIDXATTRNUM' for narrowing with attributes as numbers.  The return value is true if success, else it is false.  Note that this function should be called before the first document is registered.
+`db' specifies a database object connected as a writer.  `name' specifies the name of an attribute.  `type' specifies the data type of attribute index; `ESTIDXATTRSEQ' for multipurpose sequential access method, `ESTIDXATTRSTR' for narrowing with attributes as strings, `ESTIDXATTRNUM' for narrowing with attributes as numbers.  The return value is true if success, else it is false.  Note that this function should be called before the first document is registered.
 .PP
 The function `est_db_flush' is used in order to flush index words in the cache of a database.
 .TP
Index: hyperestraier/perlnative/src/Estraier.pod
===================================================================
--- hyperestraier.orig/perlnative/src/Estraier.pod	2010-07-28 08:43:03.344941403 +0900
+++ hyperestraier/perlnative/src/Estraier.pod	2010-07-28 08:43:32.803960907 +0900
@@ -356,7 +356,7 @@
 
 =item Database::IDXATTRSEQ = 0
 
-attribute index type: for multipurpose sequencial access method
+attribute index type: for multipurpose sequential access method
 
 =item Database::IDXATTRSTR = 1
 
@@ -432,7 +432,7 @@
 
 =item $db-E<gt>add_attr_index(I<name>, I<type>)
 
-Add an index for narrowing or sorting with document attributes.  `name' specifies the name of an attribute.  `type' specifies the data type of attribute index; `Database::IDXATTRSEQ' for multipurpose sequencial access method, `Database::IDXATTRSTR' for narrowing with attributes as strings, `Database::IDXATTRNUM' for narrowing with attributes as numbers.  The return value is true if success, else it is false.
+Add an index for narrowing or sorting with document attributes.  `name' specifies the name of an attribute.  `type' specifies the data type of attribute index; `Database::IDXATTRSEQ' for multipurpose sequential access method, `Database::IDXATTRSTR' for narrowing with attributes as strings, `Database::IDXATTRNUM' for narrowing with attributes as numbers.  The return value is true if success, else it is false.
 
 =item $db-E<gt>flush(I<max>)
 
