diff options
| author | Chris Costello <chris@FreeBSD.org> | 2002-01-05 20:36:47 +0000 | 
|---|---|---|
| committer | Chris Costello <chris@FreeBSD.org> | 2002-01-05 20:36:47 +0000 | 
| commit | 80080d642e652c26f35573625101a51e4a553b0e (patch) | |
| tree | 65695a1c703917f849d5cb43ac1986721a11db78 /lib/libc/string | |
| parent | 8680aaea870f012c93d9382534a34c13141a65a4 (diff) | |
Notes
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 f74f8b87cba0..bb1d94877c14 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 ,  | 
