OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man3 / iswpunct.3
index 95edda1..c14fcda 100644 (file)
@@ -1,9 +1,11 @@
 .\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
 .\"
+.\" %%%LICENSE_START(GPLv2+_DOC_ONEPARA)
 .\" This is free documentation; you can redistribute it and/or
 .\" modify it under the terms of the GNU General Public License as
 .\" published by the Free Software Foundation; either version 2 of
 .\" the License, or (at your option) any later version.
+.\" %%%LICENSE_END
 .\"
 .\" References consulted:
 .\"   GNU glibc-2 source code and manual
@@ -26,7 +28,9 @@ The
 function is the wide-character equivalent of the
 .BR ispunct (3)
 function.
-It tests whether \fIwc\fP is a wide character
+It tests whether
+.I wc
+is a wide character
 belonging to the wide-character class "punct".
 .PP
 The wide-character class "punct" is a subclass of the wide-character class
@@ -44,14 +48,16 @@ Being a subclass of the wide-character class "graph",
 the wide-character class
 "punct" is disjoint from the wide-character class "space" and its subclass
 "blank".
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 The
 .BR iswpunct ()
 function returns nonzero
-if \fIwc\fP is a wide-character
+if
+.I wc
+is a wide-character
 belonging to the wide-character class "punct".
-Otherwise it returns zero.
-.SH "CONFORMING TO"
+Otherwise, it returns zero.
+.SH CONFORMING TO
 C99.
 .SH NOTES
 The behavior of
@@ -64,6 +70,15 @@ current locale.
 This function's name is a misnomer when dealing with Unicode characters,
 because the wide-character class "punct" contains both punctuation characters
 and symbol (math, currency, etc.) characters.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR ispunct (3),
 .BR iswctype (3)
+.SH COLOPHON
+This page is part of release 3.68 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/.