diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-03-26 06:30:50 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-03-26 07:33:18 +0100 |
| commit | 9218ef3d543397ab2ba9d1cd5c539d23d6613ee5 (patch) | |
| tree | 122f5b6acf2e0fe2875be482eecd5ee214ccb572 | |
| parent | 0ce769894ace8acee56002bb637a12af4701e8c0 (diff) | |
| download | man-pages-9218ef3d543397ab2ba9d1cd5c539d23d6613ee5.tar.gz | |
wcstombs.3: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/wcstombs.3 | 2 |
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 |
