This commit is contained in:
christos 2015-04-01 15:45:00 +00:00
parent 2a7851d30c
commit 3fb66fec62
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strcpy.3 8.1 (Berkeley) 6/4/93
.\" $NetBSD: strcpy.3,v 1.21 2015/04/01 15:20:58 christos Exp $
.\" $NetBSD: strcpy.3,v 1.22 2015/04/01 15:45:00 christos Exp $
.\"
.Dd April 1, 2015
.Dt STRCPY 3
@ -95,7 +95,7 @@ terminated.
.Pp
For portability the source and destination strings should not overlap, because
implementations are allowed to optimize character movement and the standard
specify that the results are undefined if they do.
specifies that the results are undefined if they do.
.Sh RETURN VALUES
The
.Fn strcpy