diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-02-13 19:24:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-02-13 19:24:52 +0000 |
commit | 1cf98314a9621aa64315e0c148f65523727f846c (patch) | |
tree | e6f9179bbc818d666beb0bbe9e79b58b2bf477ba /lib/libc | |
parent | fe11ca684f01e31a305623f22b11827d2e7accd6 (diff) |
Dv fix;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/wctomb.3 | 5 |
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. |