summaryrefslogtreecommitdiffstats
path: root/man3/wcsdup.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wcsdup.3')
-rw-r--r--man3/wcsdup.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/wcsdup.3 b/man3/wcsdup.3
index 28fb0516f..7304f647d 100644
--- a/man3/wcsdup.3
+++ b/man3/wcsdup.3
@@ -23,7 +23,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR wcsdup ():
@@ -38,7 +38,7 @@ The
.BR wcsdup ()
function is the wide-character equivalent
of the
-.BR strdup (3)
+.MR strdup 3
function.
It allocates and returns a new wide-character string whose initial
contents is a duplicate of the wide-character string pointed to by
@@ -46,9 +46,9 @@ contents is a duplicate of the wide-character string pointed to by
.P
Memory for the new wide-character string is
obtained with
-.BR malloc (3),
+.MR malloc 3 ,
and should be freed with
-.BR free (3).
+.MR free 3 .
.SH RETURN VALUE
On success,
.BR wcsdup ()
@@ -62,7 +62,7 @@ set to indicate the error.
Insufficient memory available to allocate duplicate string.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -79,5 +79,5 @@ POSIX.1-2008.
.SH HISTORY
libc5, glibc 2.0.
.SH SEE ALSO
-.BR strdup (3),
-.BR wcscpy (3)
+.MR strdup 3 ,
+.MR wcscpy 3