aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/man3/strsep.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/strsep.3 b/man/man3/strsep.3
index e52a6ebb35..f679372297 100644
--- a/man/man3/strsep.3
+++ b/man/man3/strsep.3
@@ -89,7 +89,7 @@ The
function was introduced as a replacement for
.BR strtok (3),
since the latter cannot handle empty fields.
-.SH BUGS
+.SH CAVEATS
Be cautious when using this function.
If you do use it, note that:
.IP \[bu] 3