From 6aca6212e7aa84093341438350fdac8613c8b21d Mon Sep 17 00:00:00 2001 From: jsg <> Date: Mon, 1 Aug 2022 00:04:46 +0000 Subject: libc string functions were not ported from pwb to v7 https://minnie.tuhs.org/pipermail/tuhs/2017-August/011807.html ok schwarze@ --- src/lib/libc/string/strcpy.3 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/lib/libc/string/strcpy.3') diff --git a/src/lib/libc/string/strcpy.3 b/src/lib/libc/string/strcpy.3 index 7174f7c963..4bf690ba76 100644 --- a/src/lib/libc/string/strcpy.3 +++ b/src/lib/libc/string/strcpy.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strcpy.3,v 1.21 2014/04/19 11:30:40 deraadt Exp $ +.\" $OpenBSD: strcpy.3,v 1.22 2022/08/01 00:04:46 jsg Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: April 19 2014 $ +.Dd $Mdocdate: August 1 2022 $ .Dt STRCPY 3 .Os .Sh NAME @@ -79,6 +79,4 @@ function conforms to .Sh HISTORY The .Fn strcpy -function first appeared in the Programmer's Workbench (PWB/UNIX) -and was ported to -.At v7 . +function first appeared outside of Bell Labs in PWB/UNIX 1.0. -- cgit v1.2.3-55-g6feb