diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-11-11 23:10:01 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-11-12 10:08:31 +0100 |
| commit | 889738a87ae8fdd73c336b77dc8bc0de9fb123ae (patch) | |
| tree | 3ad982fa033ec07c7c3d22384378ef364e2094fb | |
| parent | fae1442289cd03b02de23572893d4eec7c303fe2 (diff) | |
| download | man-pages-889738a87ae8fdd73c336b77dc8bc0de9fb123ae.tar.gz | |
string_copying.7: DESCRIPTION::Functions: ustpcpy() and ustr2stp() are not provided by any libc
Reported-by: Jonny Grant <jg@jguk.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man7/string_copying.7 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man7/string_copying.7 b/man7/string_copying.7 index ec5af944d1..b22d08298d 100644 --- a/man7/string_copying.7 +++ b/man7/string_copying.7 @@ -498,6 +498,9 @@ limited by its length, into a destination character sequence. The programmer is responsible for allocating a buffer large enough. It returns a pointer suitable for chaining. +.IP +This function is not provided by any library; +see EXAMPLES for a reference implementation. .\" ----- DESCRIPTION :: Functions :: ustr2stp(3) ---------------------/ .TP .BR ustr2stp (3) @@ -506,6 +509,9 @@ limited by its length, into a destination string. The programmer is responsible for allocating a buffer large enough. It returns a pointer suitable for chaining. +.IP +This function is not provided by any library; +see EXAMPLES for a reference implementation. .\" ----- RETURN VALUE :: ---------------------------------------------/ .SH RETURN VALUE .TP |
