mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add a HISTORY section for memcpy(3) and mempcpy(3)
The memcpy() function first appeared in AT&T System V UNIX and was reimplemented for 4.3BSD-Tahoe. The mempcpy() function first appeared in FreeBSD 13.1. PR: 272227 MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D42630
This commit is contained in:
parent
fa9f742201
commit
8c8ffe541e
1 changed files with 13 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
|||
.\"
|
||||
.\" @(#)memcpy.3 8.1 (Berkeley) 6/4/93
|
||||
.\"
|
||||
.Dd July 14, 2021
|
||||
.Dd November 18, 2023
|
||||
.Dt MEMCPY 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -77,7 +77,7 @@ function returns a pointer to the byte after the last written byte.
|
|||
.Xr memccpy 3 ,
|
||||
.Xr memmove 3 ,
|
||||
.Xr strcpy 3 ,
|
||||
.Xr wmemcpy 3
|
||||
.Xr wmemcpy 3 ,
|
||||
.Xr wmempcpy 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
|
|
@ -85,3 +85,14 @@ The
|
|||
function
|
||||
conforms to
|
||||
.St -isoC .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn memcpy
|
||||
function first appeared in
|
||||
.At V
|
||||
and was reimplemented for
|
||||
.Bx 4.3 Tahoe .
|
||||
The
|
||||
.Fn mempcpy
|
||||
function first appeared in
|
||||
.Fx 13.1 .
|
||||
|
|
|
|||
Loading…
Reference in a new issue