]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man3/isalpha.3: tfix
authorAlejandro Colomar <alx@kernel.org>
Wed, 11 Dec 2024 16:36:22 +0000 (17:36 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 11 Dec 2024 16:36:31 +0000 (17:36 +0100)
Fixes: ba687b00ecb3 (2023-07-30, "man3/: srcfix")
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/isalpha.3

index 592ca463784f0f4121fdc668b14042cc2fb22fe1..4695afdc4864267467a8ee268f8d2b4779f63fec 100644 (file)
@@ -72,18 +72,18 @@ Feature Test Macro Requirements for glibc (see
     _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L
 .fi
 .P
-.BR \%salnum_l (),
-.BR \%salpha_l (),
-.BR \%sblank_l (),
-.BR \%scntrl_l (),
-.BR \%sdigit_l (),
-.BR \%sgraph_l (),
-.BR \%slower_l (),
-.BR \%sprint_l (),
-.BR \%spunct_l (),
-.BR \%sspace_l (),
-.BR \%supper_l (),
-.BR \%sxdigit_l ():
+.BR \%isalnum_l (),
+.BR \%isalpha_l (),
+.BR \%isblank_l (),
+.BR \%iscntrl_l (),
+.BR \%isdigit_l (),
+.BR \%isgraph_l (),
+.BR \%islower_l (),
+.BR \%isprint_l (),
+.BR \%ispunct_l (),
+.BR \%isspace_l (),
+.BR \%isupper_l (),
+.BR \%isxdigit_l ():
 .nf
     Since glibc 2.10:
         _XOPEN_SOURCE >= 700