summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2022-12-05 00:06:11 +0100
committerAlejandro Colomar <alx@kernel.org>2022-12-05 00:06:11 +0100
commit1212df1cbf792c8ec43e1e8bb824d4ad8ae0a6a5 (patch)
tree172dce2e56cd4f974fe9a95c245d380c414e8c44
parent3d5d3abc56760b6f7cf986d5cf01b151f5babcdc (diff)
strncpy.3: SEE ALSO: Remove some references
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man3/strncpy.33
1 files changed, 0 insertions, 3 deletions
diff --git a/man3/strncpy.3 b/man3/strncpy.3
index b1fb165c3..040c29d30 100644
--- a/man3/strncpy.3
+++ b/man3/strncpy.3
@@ -125,9 +125,6 @@ since they allow detecting truncation.
.SH SEE ALSO
.BR bzero (3),
.BR memccpy (3),
-.BR memcpy (3),
-.BR memmove (3),
-.BR memset (3),
.BR stpncpy (3),
.BR string (3),
.BR wcsncpy (3)