Hi Bruno,

Bruno Haible <br...@clisp.org> writes:

> The module 'servent' is still not in the Module index. Since two months
> ago, the idiom to use is:

Fixed, with the attached.

I'll remember to compare my changes to some of the other documentation
next time. Sorry about that. :)

Collin

>From 1d1888d09f0f67517cdc4ce87e2136e0c0ac8941 Mon Sep 17 00:00:00 2001
From: Collin Funk <collin.fu...@gmail.com>
Date: Sat, 28 Dec 2024 18:11:03 -0800
Subject: [PATCH] doc: Add missing module index.

Suggested by Bruno Haible in:
<https://lists.gnu.org/archive/html/bug-gnulib/2024-12/msg00240.html>.

* doc/posix-functions/getservbyname.texi (getservbyname): Add module
index.
* doc/posix-functions/getservbyport.texi (getservbyport): Likewise.
---
 ChangeLog                              | 7 +++++++
 doc/posix-functions/getservbyname.texi | 1 +
 doc/posix-functions/getservbyport.texi | 1 +
 3 files changed, 9 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 3dbab44698..20160a9c3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2024-12-28  Collin Funk  <collin.fu...@gmail.com>
 
+	doc: Add missing module index.
+	Suggested by Bruno Haible in:
+	<https://lists.gnu.org/archive/html/bug-gnulib/2024-12/msg00240.html>.
+	* doc/posix-functions/getservbyname.texi (getservbyname): Add module
+	index.
+	* doc/posix-functions/getservbyport.texi (getservbyport): Likewise.
+
 	doc: Fix the previous commit.
 	Suggested by Bruno Haible in:
 	<https://lists.gnu.org/archive/html/bug-gnulib/2024-12/msg00236.html>.
diff --git a/doc/posix-functions/getservbyname.texi b/doc/posix-functions/getservbyname.texi
index 2e843fee1e..f52be6dab8 100644
--- a/doc/posix-functions/getservbyname.texi
+++ b/doc/posix-functions/getservbyname.texi
@@ -5,6 +5,7 @@ @node getservbyname
 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/getservbyname.html}
 
 Gnulib module: servent
+@mindex servent
 
 Portability problems fixed by Gnulib:
 @itemize
diff --git a/doc/posix-functions/getservbyport.texi b/doc/posix-functions/getservbyport.texi
index 8d3a3da240..03c04e6769 100644
--- a/doc/posix-functions/getservbyport.texi
+++ b/doc/posix-functions/getservbyport.texi
@@ -5,6 +5,7 @@ @node getservbyport
 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/getservbyport.html}
 
 Gnulib module: servent
+@mindex servent
 
 Portability problems fixed by Gnulib:
 @itemize
-- 
2.47.1

Reply via email to