Module Name: src Committed By: riastradh Date: Sun Mar 30 01:15:23 UTC 2025
Modified Files: src/lib/libc/string: strlcpy.3 Log Message: strlcpy(3): Another attempt at reworking the description for clarity. These functions have extremely sharp edges that are apparently still inadequately documented. Put the full behaviour of both functions more clearly up front, emphasize that src MUST be NUL-terminated up front, and add another WARNING for another sharp edge that wasn't made clear enough. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libc/string/strlcpy.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.