]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/iswblank.3
proc.5: Note kernel version for /proc/PID/smaps VmFlags "wf" flag
[thirdparty/man-pages.git] / man3 / iswblank.3
index 62601a0b9137b05166b487614e1f7274d0ca44f6..dde3c1854ef2fea7cb3f1b89a002d6fe4eb7904b 100644 (file)
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"   ISO/IEC 9899:1999
 .\"
-.TH ISWBLANK 3  2015-08-08 "GNU" "Linux Programmer's Manual"
+.TH ISWBLANK 3  2019-03-06 "GNU" "Linux Programmer's Manual"
 .SH NAME
 iswblank \- test for whitespace wide character
 .SH SYNOPSIS
 .nf
 .B #include <wctype.h>
-.sp
+.PP
 .BI "int iswblank(wint_t " wc );
 .fi
-.sp
+.PP
 .in -4n
 Feature Test Macro Requirements for glibc (see
 .BR feature_test_macros (7)):
 .in
-.sp
+.PP
 .ad l
 .BR iswblank ():
 .RS
@@ -54,7 +54,7 @@ from its subclasses "alnum", "alpha", "upper", "lower", "digit",
 .PP
 The wide-character class "blank" always contains
 at least the space character
-and the control character \(aq\\t\(aq.
+and the control character \(aq\et\(aq.
 .SH RETURN VALUE
 The
 .BR iswblank ()