diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2020-02-08 20:56:38 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2020-02-08 20:56:38 +0000 |
| commit | 3f8bd4b7bfd6286230d066d3f651a665573d2df3 (patch) | |
| tree | 6f2a9a460b492ac8222ff2eed9359b38843f3b86 /lib/libc/string | |
| parent | 2f7f11b7deebefa2f179cc04bb6d434add6ac249 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/memset.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/memset.3 b/lib/libc/string/memset.3 index 590bc08531b9..2239bd64abb4 100644 --- a/lib/libc/string/memset.3 +++ b/lib/libc/string/memset.3 @@ -63,7 +63,7 @@ Undefined behaviour from .Fn memset , resulting from storage overflow, will occur if .Fa len -is greater than the the length of buffer +is greater than the length of buffer .Fa dest . The behaviour is also undefined if .Fa dest |
