summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@FreeBSD.org>2020-12-14 00:50:45 +0000
committerJessica Clarke <jrtc27@FreeBSD.org>2020-12-14 00:50:45 +0000
commit87973534d2d67df59309d206a18fbdb256b589dd (patch)
tree10d99445429464d3a668580e8c148e5aab0f9159 /lib
parent36a690573031322773c2487242fc3b630a959872 (diff)
downloadsrc-test2-87973534d2d67df59309d206a18fbdb256b589dd.tar.gz
src-test2-87973534d2d67df59309d206a18fbdb256b589dd.zip
strdup.3: Function appeared in 4.3BSD-Reno, not 4.4BSD
Linux claims 4.3BSD, we claim 4.4BSD and OpenBSD claims 4.3BSD-Reno. It turns out that OpenBSD got it right: the function was added in late 1988 a few months after 4.3BSD-Tahoe, well in advance of 4.3BSD-Reno. Reviewed by: bcr Approved by: bcr Differential Revision: https://reviews.freebsd.org/D27392
Notes
Notes: svn path=/head/; revision=368625
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/string/strdup.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3
index db5a11025dc3..881dcdb6a9e7 100644
--- a/lib/libc/string/strdup.3
+++ b/lib/libc/string/strdup.3
@@ -91,7 +91,7 @@ function is specified by
The
.Fn strdup
function first appeared in
-.Bx 4.4 .
+.Bx 4.3 Reno .
The
.Fn strndup
function was added in