procio: fixed grammar in man page plus program comment
The only essential change was substituting 'comma' for the word 'colon' in the man page plus program comment. Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
@ -80,7 +80,7 @@ FILE *fprocopen(const char *path, const char *mode)
|
||||
goto out;
|
||||
}
|
||||
|
||||
delim = ','; /* default delimeter is the colon */
|
||||
delim = ','; /* default delimeter is the comma */
|
||||
for (c = 1; c < len; c++) {
|
||||
switch (mode[c]) {
|
||||
case '\0':
|
||||
|
Reference in New Issue
Block a user