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
This commit is contained in:
Jessica Clarke 2020-12-14 00:50:45 +00:00
parent 36a6905730
commit 87973534d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368625

View File

@ -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