diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-12-05 00:04:25 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-12-05 00:04:25 +0100 |
| commit | 0f22dfb6b3e30744df7edd94dba18b9f923cf77c (patch) | |
| tree | 1ba90eaac1f6121c3109f3763445799ff0c979ff /man3/strncat.3 | |
| parent | 06c9428a4b08a31e1eec788759e5ab65ea47f3a2 (diff) | |
| download | man-pages-0f22dfb6b3e30744df7edd94dba18b9f923cf77c.tar.gz | |
strncat.3: Clarify that it terminates the string
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man3/strncat.3')
| -rw-r--r-- | man3/strncat.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/strncat.3 b/man3/strncat.3 index a7bf5c41ea..a1e736e931 100644 --- a/man3/strncat.3 +++ b/man3/strncat.3 @@ -23,7 +23,8 @@ Standard C library This function appends at most .I ssize non-null bytes from the array pointed to by -.I src +.IR src , +followed by a null character, to the end of the string pointed to by .IR dst . .I dst |
