doc: fix typo in previous patch
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Dec 2024 20:24:09 +0000 (12:24 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Dec 2024 20:24:09 +0000 (12:24 -0800)
doc/posix-functions/isdigit.texi
doc/posix-functions/isxdigit.texi

index 5077c662814a175834dc7bf0fd7394f79a31ba62..842537fb5e242d8cadc0c07a563e406d0796793f 100644 (file)
@@ -18,7 +18,7 @@ macOS 10.8.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-This function's behavior depends on locale, can return nonzero on
+This function's behavior depends on locale, and it can return nonzero on
 arguments other than the usual decimal digits:
 mingw, MSVC.
 @end itemize
index a8c4e98c4f8204c5c2a25dbcc43cb0aebb713ba1..c6e1135d4f8429b650a3d0b79e61114da4634c03 100644 (file)
@@ -18,7 +18,7 @@ macOS 10.8.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-This function's behavior depends on locale, can return nonzero on
+This function's behavior depends on locale, and it can return nonzero on
 arguments other than the usual hexadecimal digits:
 mingw, MSVC.
 @end itemize