diff options
| -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 |
