diff options
Diffstat (limited to 'lib/libc/string/memmove.3')
-rw-r--r-- | lib/libc/string/memmove.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/memmove.3 b/lib/libc/string/memmove.3 index 19c2987..8a1d52b 100644 --- a/lib/libc/string/memmove.3 +++ b/lib/libc/string/memmove.3 @@ -65,7 +65,8 @@ function returns the original value of .Xr bcopy 3 , .Xr memccpy 3 , .Xr memcpy 3 , -.Xr strcpy 3 +.Xr strcpy 3 , +.Xr wmemmove 3 .Sh STANDARDS The .Fn memmove |