aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/strcpy.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strcpy.3 b/man3/strcpy.3
index a059b173f8..441d0c4ee9 100644
--- a/man3/strcpy.3
+++ b/man3/strcpy.3
@@ -126,7 +126,7 @@ If the destination string of a
is not large enough
(that is, if the programmer was stupid or lazy, and failed to check
the size before copying) then anything might happen.
-Overflowing fixed length strings is a favorite cracker technique.
+Overflowing fixed-length strings is a favorite cracker technique.
.SH "SEE ALSO"
.BR bcopy (3),
.BR memccpy (3),