diff options
Diffstat (limited to 'lib/libc/string/strdup.3')
-rw-r--r-- | lib/libc/string/strdup.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3 index 11b5fc1..04a2816 100644 --- a/lib/libc/string/strdup.3 +++ b/lib/libc/string/strdup.3 @@ -71,7 +71,8 @@ always terminating the copied string. .Sh SEE ALSO .Xr free 3 , -.Xr malloc 3 +.Xr malloc 3 , +.Xr wcsdup 3 .Sh HISTORY The .Fn strdup |