diff options
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/strcpy.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3 index f74f8b8..bb1d948 100644 --- a/lib/libc/string/strcpy.3 +++ b/lib/libc/string/strcpy.3 @@ -156,7 +156,9 @@ function is easily misused in a manner which enables malicious users to arbitrarily change a running program's functionality through a buffer overflow attack. (See -the FSA.) +the FSA +and +.Sx EXAMPLES . ) .Sh SEE ALSO .Xr bcopy 3 , .Xr memccpy 3 , |