summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/multibyte.3
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-19 00:52:58 +0000
committerbde <bde@FreeBSD.org>1997-03-19 00:52:58 +0000
commit4cc11f6a3dfbffa16c59ce9bad344c639752c164 (patch)
tree0e283dc92bddeb19f70bf4d7e79f452871caa476 /lib/libc/locale/multibyte.3
parent3f60b44c4e1d5ee7cf4586b1ef7598eefa359b9f (diff)
downloadFreeBSD-src-4cc11f6a3dfbffa16c59ce9bad344c639752c164.zip
FreeBSD-src-4cc11f6a3dfbffa16c59ce9bad344c639752c164.tar.gz
FIxed arg types (mostly missing consts) in synopsis.
Diffstat (limited to 'lib/libc/locale/multibyte.3')
-rw-r--r--lib/libc/locale/multibyte.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/multibyte.3 b/lib/libc/locale/multibyte.3
index 7546cb2..b3df481 100644
--- a/lib/libc/locale/multibyte.3
+++ b/lib/libc/locale/multibyte.3
@@ -47,7 +47,7 @@
.Sh SYNOPSIS
.Fd #include <stdlib.h>
.Ft int
-.Fn mblen "const char *mbchar" "int nbytes"
+.Fn mblen "const char *mbchar" "size_t nbytes"
.Ft size_t
.Fn mbstowcs "wchar_t *wcstring" "const char *mbstring" "size_t nwchars"
.Ft int
OpenPOWER on IntegriCloud