Index: generic/nsfUtil.c =================================================================== diff -u -ra963e8896fd07c345ccfa034cbd043344edbf083 -r83e2a1bc1e93733b0459e24666828c4a3f2bce63 --- generic/nsfUtil.c (.../nsfUtil.c) (revision a963e8896fd07c345ccfa034cbd043344edbf083) +++ generic/nsfUtil.c (.../nsfUtil.c) (revision 83e2a1bc1e93733b0459e24666828c4a3f2bce63) @@ -41,15 +41,15 @@ *---------------------------------------------------------------------- * strnstr -- * - * Implementation of strnstr() for platforms not providing it via their C - * library. The function strnstr locates the first occurrence of a - * substring in a null-terminated string. + * Implementation of strnstr() for platforms not providing it via their C + * library. The function strnstr locates the first occurrence of a + * substring in a null-terminated string. * * Results: - * Strbstring or NULL + * Strbstring or NULL * * Side effects: - * None. + * None. * *---------------------------------------------------------------------- */ @@ -87,14 +87,14 @@ *---------------------------------------------------------------------- * Nsf_ltoa -- * - * Convert a long value into a string; this function is a fast - * version of sprintf(buf, "%ld", l); + * Convert a long value into a string; this function is a fast + * version of sprintf(buf, "%ld", l); * * Results: - * String containing decimal value of the provided parameter. + * String containing decimal value of the provided parameter. * * Side effects: - * None. + * None. * *---------------------------------------------------------------------- */ @@ -143,14 +143,14 @@ *---------------------------------------------------------------------- * NsfStringIncr -- * - * Increment a value on a number system with the provided alphabet. The - * intention of the function is to generate compact new symbols. + * Increment a value on a number system with the provided alphabet. The + * intention of the function is to generate compact new symbols. * * Results: - * New symbol in form of a string. + * New symbol in form of a string. * * Side effects: - * None. + * None. * *---------------------------------------------------------------------- */ @@ -214,15 +214,15 @@ *---------------------------------------------------------------------- * NsfStringIncrInit, NsfStringIncrFree -- * - * Support function for NsfStringIncr(). NsfStringIncrInit() function is - * called before NsfStringIncr() can be used on this buffer, - * NsfStringIncrFree() terminates usage. + * Support function for NsfStringIncr(). NsfStringIncrInit() function is + * called before NsfStringIncr() can be used on this buffer, + * NsfStringIncrFree() terminates usage. * * Results: - * void + * void * * Side effects: - * Initializes the . + * Initializes the . * *---------------------------------------------------------------------- */