summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/grot/split.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/regex/grot/split.c')
-rw-r--r--lib/libc/regex/grot/split.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/regex/grot/split.c b/lib/libc/regex/grot/split.c
index 90739d1..07ab8f1 100644
--- a/lib/libc/regex/grot/split.c
+++ b/lib/libc/regex/grot/split.c
@@ -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]+
OpenPOWER on IntegriCloud