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:
Enji Cooper 2015-12-05 02:18:36 +00:00
parent 8eba7ea3b3
commit 16c284eca2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291836

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]+