From 66a23ebe19d34c52f8684eee835d4e96e4517ec0 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 8 Feb 2020 21:17:48 +0000 Subject: [PATCH] memset.3: better fix previous typo Upon re-reading the whole sentence this is a better fix. MFC with: r357681 --- lib/libc/string/memset.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libc/string/memset.3 b/lib/libc/string/memset.3 index 2239bd64abb4..87635e2a8ac3 100644 --- a/lib/libc/string/memset.3 +++ b/lib/libc/string/memset.3 @@ -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.