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

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.