Make sure that labeling is used consistently in all function headers.

This commit is contained in:
Gregory Nutt
2018-02-01 10:00:02 -06:00
parent a096bc1266
commit 7cf88d7dbd
1171 changed files with 3042 additions and 3039 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
* Copies the string pointed to by 'src' (including the terminating NUL
* character) into the array pointed to by 'dest'.
*
* Returned value:
* Returned Value:
* The stpcpy() function returns a pointer to the terminating NUL
* character copied into the 'dest' buffer
*
+1 -1
View File
@@ -52,7 +52,7 @@
* Copies the string pointed to by 'src' (including the terminating NUL
* character) into the array pointed to by 'des'.
*
* Returned value:
* Returned Value:
* The strcpy() function returns the 'dest' pointer
*
****************************************************************************/
+1 -1
View File
@@ -75,7 +75,7 @@ static char *g_saveptr = NULL;
* end of the string are ignored. The tokens returned by
* strtok() are always non-empty strings.
*
* Return
* Returned Value:
* strtok() returns a pointer to the next token, or NULL
* if there are no more tokens.
*
+1 -1
View File
@@ -84,7 +84,7 @@
* end of the string are ignored. The tokens returned by
* strtok() are always non-empty strings.
*
* Return
* Returned Value:
* strtok_r() returns a pointer to the next token, or NULL
* if there are no more tokens.
*