commit | 88a5b32057982d22d8fd4bdc2a3aacec569367c2 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Wed Jan 03 11:47:04 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 16 17:05:29 2024 -0500 |
tree | a74e34e81df9b0611c10925205ecf8e04bfae290 | |
parent | d631681e8c5f255938283233cd0f55ed2f9a9a76 [diff] |
doc/usage/cmd/cp.rst: document that overlapping regions are supported Now that the cp command is changed to use memmove() internally, update the documentation to explicitly state that overlapping regions are allowed. Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>