summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorstsp <stsp@openbsd.org>2015-03-22 18:02:11 +0000
committerstsp <stsp@openbsd.org>2015-03-22 18:02:11 +0000
commit613bd3a210ce287e6a429b54ec1d8aa55a354e86 (patch)
tree666d156ee5840ed693a76fa1f4e320534586cffa /lib/libc
parentMore wide character string function man page improvements based on feedback (diff)
downloadwireguard-openbsd-613bd3a210ce287e6a429b54ec1d8aa55a354e86.tar.xz
wireguard-openbsd-613bd3a210ce287e6a429b54ec1d8aa55a354e86.zip
Resolve a mandoc -Tlint warning about trailing whitespace.
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