1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

memset.3: better fix previous typo

Upon re-reading the whole sentence this is a better fix.

MFC with: r357681
This commit is contained in:
Eitan Adler 2020-02-08 21:17:48 +00:00
parent a00eed9676
commit 66a23ebe19
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357683

View File

@ -63,8 +63,9 @@ Undefined behaviour from
.Fn memset ,
resulting from storage overflow, will occur if
.Fa len
is greater than the length of buffer
.Fa dest .
is greater than the length of the
.Fa dest
buffer.
The behaviour is also undefined if
.Fa dest
is an invalid pointer.