summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/locale/wcrtomb.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/wcrtomb.3 b/lib/libc/locale/wcrtomb.3
index b12875a0143..7b5b55fb49d 100644
--- a/lib/libc/locale/wcrtomb.3
+++ b/lib/libc/locale/wcrtomb.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wcrtomb.3,v 1.9 2015/03/22 17:52:31 stsp Exp $
+.\" $OpenBSD: wcrtomb.3,v 1.10 2015/03/22 18:02:11 stsp Exp $
.\" $NetBSD: wcrtomb.3,v 1.4 2003/09/08 17:54:31 wiz Exp $
.\"
.\" Copyright (c)2002 Citrus Project,
@@ -46,7 +46,7 @@ to the corresponding multibyte character, and stores up to
.Dv MB_CUR_MAX
bytes in the array pointed to by
.Fa s
-if
+if
.Fa s
is not a null pointer.
.Pp