summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2016-02-13 19:24:51 +0000
committerjmc <jmc@openbsd.org>2016-02-13 19:24:51 +0000
commit18b9cca89acee84e5f63aceaa672185de866b193 (patch)
tree5e62f1d85dacfc767a5930345ac06c58508d4591 /lib/libc
parentFix an obvious cut-and-paste error: (diff)
downloadwireguard-openbsd-18b9cca89acee84e5f63aceaa672185de866b193.tar.xz
wireguard-openbsd-18b9cca89acee84e5f63aceaa672185de866b193.zip
Dv fix;
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/locale/wctomb.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/locale/wctomb.3 b/lib/libc/locale/wctomb.3
index d4dfa72e01f..0acd37a0d81 100644
--- a/lib/libc/locale/wctomb.3
+++ b/lib/libc/locale/wctomb.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wctomb.3,v 1.4 2016/02/13 19:04:08 schwarze Exp $
+.\" $OpenBSD: wctomb.3,v 1.5 2016/02/13 19:24:51 jmc Exp $
.\" $NetBSD: wctomb.3,v 1.3 2003/04/16 13:34:41 wiz Exp $
.\"
.\" Copyright (c)2002 Citrus Project,
@@ -101,7 +101,8 @@ Number of bytes for the valid multibyte character pointed to by
.Fa s .
There are no cases where the value returned is greater than
the value of the
-.Dv MB_CUR_MAX macro .
+.Dv MB_CUR_MAX
+macro.
.It -1
.Fa wchar
is an invalid wide character.