aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2022-12-05 00:08:52 +0100
committerAlejandro Colomar <alx@kernel.org>2022-12-05 00:08:52 +0100
commiteb31cc9c6a4b7894150d002afe304c86b37dd72a (patch)
tree0a3e437511308cee22c03f4654bd4fcacc5aa95a
parent1212df1cbf792c8ec43e1e8bb824d4ad8ae0a6a5 (diff)
downloadman-pages-eb31cc9c6a4b7894150d002afe304c86b37dd72a.tar.gz
strncpy.3: NAME: Clarify what this function is
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man3/strncpy.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strncpy.3 b/man3/strncpy.3
index 040c29d30a..ea63f2d8a7 100644
--- a/man3/strncpy.3
+++ b/man3/strncpy.3
@@ -15,7 +15,7 @@
.\"
.TH strncpy 3 (date) "Linux man-pages (unreleased)"
.SH NAME
-strncpy \- copy a string
+strncpy \- copy a string into a fixed-length buffer and zero the rest of it
.SH LIBRARY
Standard C library
.RI ( libc ", " \-lc )