libc string functions were not ported from pwb to v7
authorjsg <jsg@openbsd.org>
Mon, 1 Aug 2022 00:04:46 +0000 (00:04 +0000)
committerjsg <jsg@openbsd.org>
Mon, 1 Aug 2022 00:04:46 +0000 (00:04 +0000)
https://minnie.tuhs.org/pipermail/tuhs/2017-August/011807.html

ok schwarze@

lib/libc/string/strcat.3
lib/libc/string/strcmp.3
lib/libc/string/strcpy.3

index 76032c8..68da4ed 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: strcat.3,v 1.18 2016/05/26 21:30:13 millert Exp $
+.\"    $OpenBSD: strcat.3,v 1.19 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: May 26 2016 $
+.Dd $Mdocdate: August 1 2022 $
 .Dt STRCAT 3
 .Os
 .Sh NAME
@@ -73,6 +73,4 @@ function conforms to
 .Sh HISTORY
 The
 .Fn strcat
-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.
index 63dc7fe..4ef341e 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: strcmp.3,v 1.14 2013/07/17 05:42:11 schwarze Exp $
+.\"    $OpenBSD: strcmp.3,v 1.15 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: July 17 2013 $
+.Dd $Mdocdate: August 1 2022 $
 .Dt STRCMP 3
 .Os
 .Sh NAME
@@ -89,9 +89,7 @@ functions conform to
 .Sh HISTORY
 The
 .Fn strcmp
-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.
 .Fn strncmp
 first appeared in
 .At v7 .
index 7174f7c..4bf690b 100644 (file)
@@ -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.