diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e5d1dfd686..b67d93c5aa 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,12 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-08-19 17:17 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * doc/en/string.txt + * doc/en/rddord.txt + * doc/hbmake.txt + * More cleanups, formatting (filename casing, CA-Cl*pper, etc). + 2008-08-19 17:06 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * doc/en/string.txt * doc/en/rddord.txt diff --git a/harbour/doc/en/rddord.txt b/harbour/doc/en/rddord.txt index a8ffcb994c..a2eb9b82bc 100644 --- a/harbour/doc/en/rddord.txt +++ b/harbour/doc/en/rddord.txt @@ -182,24 +182,24 @@ * both considered to be "optional" except that at least one of two * must exist in order to create the order. * - * The parameter is the index key expression;typically in - * a .DBF driver,the maximum length of the key is 255 characters. + * The parameter is the index key expression; typically in + * a .dbf driver, the maximum length of the key is 255 characters. * - * If is not specified,then the code block is create by + * If is not specified, then the code block is create by * macro expanding the value of . * - * If is not specified,then the current internal setting of + * If is not specified, then the current internal setting of * SET UNIQUE ON or OFF will be observed. * * The active RDD driver determines the capacity in the order for a * specific order bag. * * If the name is found in the order bag can contain - * a single order,the the name is erased and a new + * a single order, the the name is erased and a new * order is added to the order list in the current or specified work * area.On the other hand, if it can contain multiples tags and if - * does not already exist in the order list,then it is - * added. It is does exist,then the replaces the former + * does not already exist in the order list, then it is + * added. It is does exist, then the replaces the former * name in the order list in the current or specified work area. * $EXAMPLES$ * USE TESTS VIA "DBFNDX" NEW @@ -241,12 +241,12 @@ * $DESCRIPTION$ * This function attempts to remove the order named from the * file containing the order bag name . If - * is not specified,then the name of the file will be based on the value + * is not specified, then the name of the file will be based on the value * of the ORDNAME() function. If the extension is not included with the - * name of the order file,then the extension will be obtained from the + * name of the order file, then the extension will be obtained from the * default extension of the current and active RDD. * - * The DBFNTX driver do not support multiple order bags;therefore,there + * The DBFNTX driver do not support multiple order bags; therefore, there * cannot be an order to "destroy" from a bag. This function only works * for those drivers with support multiple orders bags (e.q. DBFCDX * and RDDADS drivers). diff --git a/harbour/doc/en/string.txt b/harbour/doc/en/string.txt index 32bcc1138d..d8c58f530e 100644 --- a/harbour/doc/en/string.txt +++ b/harbour/doc/en/string.txt @@ -254,7 +254,7 @@ * RAT() return the location of beginnig position. * $DESCRIPTION$ * This function searches througt for the first existence - * of .The search operation is performed from the right side + * of . The search operation is performed from the right side * of to the left. If the function is unable to find any * occurence of in , the return value is 0. * $EXAMPLES$ @@ -270,7 +270,7 @@ * $FILES$ * Library is rtl * $SEEALSO$ - * AT(),SUBSTR(),RIGHT() + * AT(), SUBSTR(), RIGHT() * $END$ */ @@ -701,7 +701,7 @@ * $FILES$ * Library is rtl * $SEEALSO$ - * INDEX,SEEK + * INDEX, SEEK * $END$ */ @@ -858,9 +858,9 @@ * $RETURNS$ * Character expression of that ASCII value * $DESCRIPTION$ - * This function returns the ASCII character code for .The + * This function returns the ASCII character code for . The * number expressed must be an interger value within the range of 0 to - * 255 inclusive.The CHR() function will send the character returned + * 255 inclusive. The CHR() function will send the character returned * to whatever device is presently set. * * The CHR() function may be used for printing special codes as well @@ -877,7 +877,7 @@ * $FILES$ * Library is rtl * $SEEALSO$ - * ASC(),INKEY() + * ASC(), INKEY() * $END$ */ @@ -979,7 +979,7 @@ * $DESCRIPTION$ * This function takes an date,number,or character expression * and attempt to left-justify it within a string of a given width - * expressed as .The default character used to pad left side + * expressed as . The default character used to pad left side * of will be an blank space; however, this character may be * explicitly specified the value of . * @@ -1025,8 +1025,8 @@ * $DESCRIPTION$ * This function takes an date,number,or character expression * and attempt to right-justify it within a string of a given width - * expressed as .The default character used to pad right side - * of will be an blank space;however, this character may be + * expressed as . The default character used to pad right side + * of will be an blank space; however, this character may be * explicitly specified the value of . * * If the lenght of is longer then , this function will @@ -1185,7 +1185,7 @@ * fill character. * $DESCRIPTION$ * This function returns a string composed of repetitions of - * .The lenght of the character string returned by this + * . The lenght of the character string returned by this * function is limited to the memory avaliable. * * A value of 0 for will return a NULL string. @@ -1342,7 +1342,7 @@ * NULL byte will replace . * * If is used, its value defines the first occurence to be - * replaced.The default value is 1.Additionally, if used, the value of + * replaced. The default value is 1. Additionally, if used, the value of * tell the function how many occurrences of * in are to the replaced. The default of is * all occurrences. @@ -1385,7 +1385,7 @@ * * Their are two components that can make up : a function * string and a template string.Function strings are those functions - * that globally tell what the format of should be.These + * that globally tell what the format of should be. These * functions are represented by a single character precede by the * @ symbol. * @@ -1397,7 +1397,7 @@ * one another. * * - Second, if both components make up the value of , the - * function string must precede the template string.Otherwise, the + * function string must precede the template string. Otherwise, the * function string may appear with out the template string and * vice versa. * diff --git a/harbour/doc/hbmake.txt b/harbour/doc/hbmake.txt index bd59013f63..87868d746c 100644 --- a/harbour/doc/hbmake.txt +++ b/harbour/doc/hbmake.txt @@ -5,13 +5,13 @@ Hbmake Readme -Hbmake is an powerfull make system for Harbour.It include an Editor mode for +Hbmake is an powerful make system for Harbour. It include an Editor mode for the creation of the make file. Hbmake support the follow Switchs --b Use BCC as the C compiler.This options is default under Win32 --g Use GCC as the C compiler.This options is default under OS/2 +-b Use BCC as the C compiler. This options is default under Win32 +-g Use GCC as the C compiler. This options is default under OS/2 -gl Use GCC as the C compiler on Linux -v Use MSVC as the C compiler -D Define an macro. Multiple macros can be used in an single line