mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
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
8eba7ea3b3
commit
16c284eca2
1 changed files with 1 additions and 1 deletions
|
|
@ -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]+
|
||||
|
|
|
|||
Loading…
Reference in a new issue