The glob_pattern_p function is compiled and defined if the system does
not provide it or if it's glob function is replaced. I've added the
module to the documentation for this function.

Collin

>From 4f0fbc3ea70bf649d4da53c0aff02cdb47e1f96d Mon Sep 17 00:00:00 2001
From: Collin Funk <collin.fu...@gmail.com>
Date: Sat, 23 Nov 2024 23:32:27 -0800
Subject: [PATCH] doc: Document that glob includes glob_pattern_p.

* doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p): Document
that the glob module includes the glob_pattern_p function.
---
 ChangeLog                               | 6 ++++++
 doc/glibc-functions/glob_pattern_p.texi | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 9d412f9cbc..9150e973dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-11-23  Collin Funk  <collin.fu...@gmail.com>
+
+	doc: Document that glob includes glob_pattern_p.
+	* doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p): Document
+	that the glob module includes the glob_pattern_p function.
+
 2024-11-20  Paul Eggert  <egg...@cs.ucla.edu>
 
 	openat: don’t close (-1)
diff --git a/doc/glibc-functions/glob_pattern_p.texi b/doc/glibc-functions/glob_pattern_p.texi
index d271b69e9d..4ad6ff0083 100644
--- a/doc/glibc-functions/glob_pattern_p.texi
+++ b/doc/glibc-functions/glob_pattern_p.texi
@@ -2,7 +2,7 @@ @node glob_pattern_p
 @subsection @code{glob_pattern_p}
 @findex glob_pattern_p
 
-Gnulib module: ---
+Gnulib module: glob
 
 Portability problems fixed by Gnulib:
 @itemize
-- 
2.47.0

Reply via email to