summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/wcstombs.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-05 06:39:03 +0000
committerru <ru@FreeBSD.org>2004-07-05 06:39:03 +0000
commitb5e1c67f190b165b28331207530a72be81657177 (patch)
tree7fd037df81985734ff286c13553c588d299b51ad /lib/libc/locale/wcstombs.3
parentcb2c8bdf97c24d447cc1fbf95b2241a3307e99e2 (diff)
downloadFreeBSD-src-b5e1c67f190b165b28331207530a72be81657177.zip
FreeBSD-src-b5e1c67f190b165b28331207530a72be81657177.tar.gz
Markup nits.
Diffstat (limited to 'lib/libc/locale/wcstombs.3')
-rw-r--r--lib/libc/locale/wcstombs.37
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/locale/wcstombs.3 b/lib/libc/locale/wcstombs.3
index 310ff95..0cb712a 100644
--- a/lib/libc/locale/wcstombs.3
+++ b/lib/libc/locale/wcstombs.3
@@ -41,14 +41,17 @@
.Dt WCSTOMBS 3
.Os
.Sh NAME
-.Nm wcstombs ,
+.Nm wcstombs
.Nd convert a wide-character string to a character string
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.In stdlib.h
.Ft size_t
-.Fn wcstombs "char * restrict mbstring" "const wchar_t * restrict wcstring" "size_t nbytes"
+.Fo wcstombs
+.Fa "char * restrict mbstring" "const wchar_t * restrict wcstring"
+.Fa "size_t nbytes"
+.Fc
.Sh DESCRIPTION
The
.Fn wcstombs
OpenPOWER on IntegriCloud