Module Name: src
Committed By: riastradh
Date: Fri Aug 11 15:37:55 UTC 2023
Modified Files:
src/lib/libc/string: strncpy.3
Log Message:
strncpy(3): Note strcpy(3) man page revision this forked from.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/string/strncpy.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/string/strncpy.3
diff -u src/lib/libc/string/strncpy.3:1.6 src/lib/libc/string/strncpy.3:1.7
--- src/lib/libc/string/strncpy.3:1.6 Fri Aug 11 15:36:17 2023
+++ src/lib/libc/string/strncpy.3 Fri Aug 11 15:37:55 2023
@@ -30,7 +30,8 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strcpy.3 8.1 (Berkeley) 6/4/93
-.\" $NetBSD: strncpy.3,v 1.6 2023/08/11 15:36:17 riastradh Exp $
+.\" from: NetBSD: strcpy.3,v 1.23 2015/04/01 20:18:17 riastradh Exp
+.\" $NetBSD: strncpy.3,v 1.7 2023/08/11 15:37:55 riastradh Exp $
.\"
.Dd August 11, 2023
.Dt STRNCPY 3