Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/string grammar.
details: https://anonhg.NetBSD.org/src/rev/dbeb1f35c574
branches: trunk
changeset: 807224:dbeb1f35c574
user: christos <christos%NetBSD.org@localhost>
date: Wed Apr 01 15:45:00 2015 +0000
description:
grammar.
diffstat:
lib/libc/string/strcpy.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r d168d63b3758 -r dbeb1f35c574 lib/libc/string/strcpy.3
--- a/lib/libc/string/strcpy.3 Wed Apr 01 15:23:15 2015 +0000
+++ b/lib/libc/string/strcpy.3 Wed Apr 01 15:45:00 2015 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index