summaryrefslogtreecommitdiff
path: root/lib/libc/regex/grot/split.c
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-12-05 02:18:36 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-12-05 02:18:36 +0000
commit16c284eca2edbac9c4e427ed98aeff60045aa3ac (patch)
treeb9d1b327ae86eb7d50384c640a6f2eda21a41766 /lib/libc/regex/grot/split.c
parent8eba7ea3b38d23e06ccf78420fcd8b444bd51118 (diff)
Notes
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 90739d1a6a664..07ab8f1cdc28c 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]+