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:
ngie 2015-12-05 02:18:36 +00:00
parent ac2d4b2c97
commit 06d2ea6728

View File

@ -6,7 +6,7 @@ __FBSDID("$FreeBSD$");
/*
- 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
- nfields: number of entries available in fields[]
- sep: "" white, "c" single char, "ab" [ab]+