changeset 391:f2742d1160a4

Fix usage of indefinite articles Suggested-by: anorack
author Paul Wise <pabs3@bonedaddy.net>
date Sat, 21 Dec 2019 21:25:45 +0800
parents 5c0ce43c7532
children 54465fca8b9e
files contrib/FILE-FORMAT xml/libpst.in
diffstat 2 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/FILE-FORMAT	Sat Dec 21 21:25:45 2019 +0800
+++ b/contrib/FILE-FORMAT	Sat Dec 21 21:25:45 2019 +0800
@@ -94,7 +94,7 @@
 0x0002 -
 0x0003 - Value following is a value in it's own right
 0x000B -
-0x001E - (STRING) Value following is a Index Position (must be shifted left 4 times)
+0x001E - (STRING) Value following is an Index Position (must be shifted left 4 times)
 0x0040 - (DATE)       "         "              "              "              "
 0x0048 -
 0x0102 - (STRUCTURE)  "         "              "              "              "
@@ -104,7 +104,7 @@
 
 Value:
 ======
-When the value is of type Index Position, you can left shift the value 4 times to get an offset into the Block Index. Some descriptor types can have Id2 values. This is recognised by using a bitwise AND with the number. ie val & 0x0000000F. if the result is 0xF, it is likely to be a Id2 reference.
+When the value is of type Index Position, you can left shift the value 4 times to get an offset into the Block Index. Some descriptor types can have Id2 values. This is recognised by using a bitwise AND with the number. ie val & 0x0000000F. if the result is 0xF, it is likely to be an Id2 reference.
 
 
 Descriptor Types: - Types that are in "Descriptor Fields"
@@ -112,7 +112,7 @@
 
 All Values are Hex
 
-Note: it appears that some types can have a IPOS value or a ID2 value depending on the size of the field in question. It is safer to check every field than for me to say what the "usually" contain. Absolute values though, are generally going to be constant.
+Note: it appears that some types can have an IPOS value or an ID2 value depending on the size of the field in question. It is safer to check every field than for me to say what the "usually" contain. Absolute values though, are generally going to be constant.
 
 Type  Ref Type  Value   Desc
 ----  --------  -----   ----
@@ -150,7 +150,7 @@
 0E07		[REF]	Flag - contains IsSeen value
 0FF9		[REF]	binary record header
 1000  001E      [REF]   Plain Text Email Body. Does not exist if the email doesn't have a plain text version
-1013  001E      [REF]   HTML Email Body. Does not exist if the email doesn't have a HTML version
+1013  001E      [REF]   HTML Email Body. Does not exist if the email doesn't have an HTML version
 1035		[REF]	Message ID
 1042		[REF]	In-Reply-To or Parent's Message ID
 1046		[REF]	Return Path
--- a/xml/libpst.in	Sat Dec 21 21:25:45 2019 +0800
+++ b/xml/libpst.in	Sat Dec 21 21:25:45 2019 +0800
@@ -425,7 +425,7 @@
 
         <refnamediv id='pst2ldif.name.1'>
             <refname>pst2ldif</refname>
-            <refpurpose>extract contacts from a MS Outlook .pst file in .ldif format</refpurpose>
+            <refpurpose>extract contacts from an MS Outlook .pst file in .ldif format</refpurpose>
         </refnamediv>
 
         <refsynopsisdiv id='pst2ldif.synopsis.1'>
@@ -507,7 +507,7 @@
         <refsect1 id='pst2ldif.description.1'>
             <title>Description</title>
             <para><command>pst2ldif</command>
-                reads the contact information from a MS Outlook .pst file
+                reads the contact information from an MS Outlook .pst file
                 and produces a .ldif file that may be used to import those contacts
                 into an LDAP database. The following ldap attributes are generated
                 for the old ldap schema:
@@ -593,7 +593,7 @@
 
         <refnamediv id='pst2dii.name.1'>
             <refname>pst2dii</refname>
-            <refpurpose>extract email messages from a MS Outlook .pst file in DII load format</refpurpose>
+            <refpurpose>extract email messages from an MS Outlook .pst file in DII load format</refpurpose>
         </refnamediv>
 
         <refsynopsisdiv id='pst2dii.synopsis.1'>
@@ -679,7 +679,7 @@
         <refsect1 id='pst2dii.description.1'>
             <title>Description</title>
             <para><command>pst2dii</command>
-                reads the email messages from a MS Outlook .pst file
+                reads the email messages from an MS Outlook .pst file
                 and produces a DII load file that may be used to import message
                 summaries into a Summation DII system. The DII output file contains
                 references to the image and attachment files in the output directory.