OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man3 / wctob.3
index e3320c2..ca7df66 100644 (file)
@@ -27,7 +27,9 @@ The
 .BR wctob ()
 function tests whether
 the multibyte representation of the
-wide character \fIc\fP, starting in the initial state, consists of a single
+wide character
+.IR c ,
+starting in the initial state, consists of a single
 byte.
 If so, it is returned as an
 .IR "unsigned char" .
@@ -40,8 +42,11 @@ multibyte characters.
 .SH RETURN VALUE
 The
 .BR wctob ()
-function returns the single-byte representation of \fIc\fP,
-if it exists, of \fBEOF\fP otherwise.
+function returns the single-byte representation of
+.IR c ,
+if it exists, of
+.B EOF
+otherwise.
 .SH CONFORMING TO
 C99.
 .SH NOTES
@@ -64,3 +69,12 @@ instead.
 .BR btowc (3),
 .BR wcrtomb (3),
 .BR wctomb (3)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.