summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-11-21 16:11:44 +0100
committerAlejandro Colomar <alx@kernel.org>2023-11-21 16:11:55 +0100
commit6fe104a7d8a9bf52964db7199d3d6ecaf38d42ab (patch)
tree2581c7dc634c7c05829d6c40067946306884edb3
parentbd96d319702cc7f22d50a84d17e7157749f0b43e (diff)
strncat.3: Say append instead of (con)catenate
Cowritten-by: Paul Eggert <eggert@cs.ucla.edu> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man3/strncat.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/strncat.3 b/man3/strncat.3
index d0f777d36..0fdebbcfe 100644
--- a/man3/strncat.3
+++ b/man3/strncat.3
@@ -5,7 +5,7 @@
.\"
.TH strncat 3 (date) "Linux man-pages (unreleased)"
.SH NAME
-strncat \- concatenate a null-padded character sequence into a string
+strncat \- append a null-padded character sequence into a string
.SH LIBRARY
Standard C library
.RI ( libc ", " \-lc )
@@ -17,7 +17,7 @@ Standard C library
.BI " size_t " sz );
.fi
.SH DESCRIPTION
-This function catenates the input character sequence
+This function appends the input character sequence
contained in a null-padded fixed-width buffer,
into a string at the buffer pointed to by
.IR dst .