summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/locale/mbrlen.32
-rw-r--r--lib/libc/locale/mbrtowc.32
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/mbrlen.3 b/lib/libc/locale/mbrlen.3
index cbdd13e..524d2c7 100644
--- a/lib/libc/locale/mbrlen.3
+++ b/lib/libc/locale/mbrlen.3
@@ -100,7 +100,7 @@ bytes have been processed.
.It Po Vt size_t Pc Ns \-1
An encoding error has occurred.
The next
-.Fa fn
+.Fa n
or fewer bytes do not contribute to a valid multibyte character.
.El
.Sh EXAMPLES
diff --git a/lib/libc/locale/mbrtowc.3 b/lib/libc/locale/mbrtowc.3
index d0a13cb..10160d1 100644
--- a/lib/libc/locale/mbrtowc.3
+++ b/lib/libc/locale/mbrtowc.3
@@ -114,7 +114,7 @@ bytes have been processed.
.It Po Vt size_t Pc Ns \-1
An encoding error has occurred.
The next
-.Fa fn
+.Fa n
or fewer bytes do not contribute to a valid multibyte character.
.El
.Sh ERRORS
OpenPOWER on IntegriCloud