diff options
| -rw-r--r-- | man3/wcsrtombs.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/wcsrtombs.3 b/man3/wcsrtombs.3 index 624d51097e..7f07bd556d 100644 --- a/man3/wcsrtombs.3 +++ b/man3/wcsrtombs.3 @@ -52,8 +52,8 @@ number of bytes written and .I *src by one. The conversion can stop for three reasons: -.PP -1. A wide character has been encountered that can not be represented as a +.IP 1. 3 +A wide character has been encountered that can not be represented as a multibyte sequence (according to the current locale). In this case, .I *src @@ -64,8 +64,8 @@ and .I errno is set to .BR EILSEQ . -.PP -2. The length limit forces a stop. +.IP 2. +The length limit forces a stop. In this case, .I *src is left pointing @@ -73,8 +73,8 @@ to the next wide character to be converted, and the number of bytes written to .I dest is returned. -.PP -3. The wide-character string has been completely converted, including the +.IP 3. +The wide-character string has been completely converted, including the terminating null wide character (L\(aq\\0\(aq), which has the side effect of bringing back .I *ps |
