summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/wcsdup.3c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3c/wcsdup.3c')
-rw-r--r--usr/src/man/man3c/wcsdup.3c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/man/man3c/wcsdup.3c b/usr/src/man/man3c/wcsdup.3c
index 80113744a9..f9692ca5b5 100644
--- a/usr/src/man/man3c/wcsdup.3c
+++ b/usr/src/man/man3c/wcsdup.3c
@@ -33,9 +33,11 @@ function duplicates a wide-character
allocating sufficient memory to store the copy, and then
copying from
.Fa string .
-The resulting copy is returned. It may be deallocated with
+The resulting copy is returned.
+It may be deallocated with
.Xr free 3C
-when it is no longer needed. The
+when it is no longer needed.
+The
.Fn wcsdup
function is the wide-character equivalent of
.Xr strdup 3C .