]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/wcstombs.3
_exit.2, bpf.2, cacheflush.2, capget.2, chdir.2, chmod.2, chroot.2, clock_getres...
[thirdparty/man-pages.git] / man3 / wcstombs.3
index 073cc9b76ab64d34cf5f0ba4746bb4c186bb6158..6e9bbbaa1b0d125046b23e5d94e041e4d2e27c26 100644 (file)
@@ -19,7 +19,7 @@ wcstombs \- convert a wide-character string to a multibyte string
 .SH SYNOPSIS
 .nf
 .B #include <stdlib.h>
-.sp
+.PP
 .BI "size_t wcstombs(char *" dest ", const wchar_t *" src ", size_t " n );
 .fi
 .SH DESCRIPTION