aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/wcstombs.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/wcstombs.3 b/man3/wcstombs.3
index cae8ca4735..60efef1099 100644
--- a/man3/wcstombs.3
+++ b/man3/wcstombs.3
@@ -42,7 +42,7 @@ The conversion can stop for three reasons:
.PP
1. A wide character has been encountered that can not be represented as a
multibyte sequence (according to the current locale).
-In this case
+In this case,
.I (size_t)\ \-1
is returned.
.PP