diff options
| author | Alejandro Colomar <alx@kernel.org> | 2024-07-23 18:58:22 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2024-07-23 18:58:22 +0200 |
| commit | a8bee9fd0301b6c5fad417e7aadf5bd4c96924ab (patch) | |
| tree | b61e583d95697bdf13bfe1e661b56b1c52146794 /man/man3 | |
| parent | 5c8c4b986fbe8577ff7678fb85b8163f8366a9a1 (diff) | |
| download | man-pages-a8bee9fd0301b6c5fad417e7aadf5bd4c96924ab.tar.gz | |
strsep.3: Use CAVEATS instead of BUGS
These are not bugs at all. It's a good API.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man3')
| -rw-r--r-- | man/man3/strsep.3 | 2 |
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 |
