bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pselect: fix module description


From: Bruno Haible
Subject: pselect: fix module description
Date: Fri, 04 Jan 2019 19:16:49 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-141-generic; KDE/5.18.0; x86_64; ; )

The gnulib documentation says about the 'Link' field:
"Please write them one per line, so that gnulib-tool can remove
 duplicates when presenting a summary to the user."

Let's do that, really.


2019-01-04  Bruno Haible  <address@hidden>

        pselect: Fix module description.
        * modules/pselect (Link): Put one link option per line.

diff --git a/modules/pselect b/modules/pselect
index a0ff30b..0c2bbeb 100644
--- a/modules/pselect
+++ b/modules/pselect
@@ -24,7 +24,8 @@ Include:
 <sys/select.h>
 
 Link:
-$(LIB_SELECT) $(LIB_PTHREAD_SIGMASK)
+$(LIB_SELECT)
+$(LIB_PTHREAD_SIGMASK)
 
 License:
 LGPLv2+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]