diff options
| -rw-r--r-- | man3/string.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/string.3 b/man3/string.3 index 4c374a7dfb..08b050b173 100644 --- a/man3/string.3 +++ b/man3/string.3 @@ -185,7 +185,7 @@ bytes to const char " src "[restrict ." n ], .BI " size_t " n ); .fi -Fill a fixed-width buffer with non-null bytes from a source string, +Fill a fixed-size buffer with leading non-null bytes from a source array, padding with null bytes as needed. .SH DESCRIPTION The string functions perform operations on null-terminated |
