Use ==
instead of =
in the function comment above split(..) so mkh -p
exposes split(..). MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
ac2d4b2c97
commit
06d2ea6728
@ -6,7 +6,7 @@ __FBSDID("$FreeBSD$");
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
- split - divide a string into fields, like awk split()
|
- split - divide a string into fields, like awk split()
|
||||||
= int split(char *string, char *fields[], int nfields, char *sep);
|
== int split(char *string, char *fields[], int nfields, char *sep);
|
||||||
- fields: list is not NULL-terminated
|
- fields: list is not NULL-terminated
|
||||||
- nfields: number of entries available in fields[]
|
- nfields: number of entries available in fields[]
|
||||||
- sep: "" white, "c" single char, "ab" [ab]+
|
- sep: "" white, "c" single char, "ab" [ab]+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user