]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/wcsnrtombs.3
hyphen/dash fixes
[thirdparty/man-pages.git] / man3 / wcsnrtombs.3
index 3ed536773121e2c5f52a2b2b6be950994f3af5bc..efc77a41f76faa03b593bacacf98a0451ef8ce36 100644 (file)
@@ -36,7 +36,7 @@ by one. 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 \fI*src\fP
-is left pointing to the invalid wide character, (size_t)(-1) is returned,
+is left pointing to the invalid wide character, (size_t)(\-1) is returned,
 and \fBerrno\fP is set to \fBEILSEQ\fP.
 .PP
 2. \fInwc\fP wide characters have been converted without encountering a L'\\0',
@@ -62,7 +62,7 @@ at \fIdest\fP.
 .SH "RETURN VALUE"
 The \fBwcsnrtombs\fP function returns the number of bytes that make up the
 converted part of multibyte sequence, not including the terminating null byte.
-If a wide character was encountered which could not be converted, (size_t)(-1)
+If a wide character was encountered which could not be converted, (size_t)(\-1)
 is returned, and \fBerrno\fP set to \fBEILSEQ\fP.
 .SH "CONFORMING TO"
 This function is a GNU extension.