changeset 40072:c4adc7a6dd2e

pselect: Fix module description. * modules/pselect (Link): Put one link option per line.
author Bruno Haible <bruno@clisp.org>
date Fri, 04 Jan 2019 19:15:26 +0100
parents 14900a007cbc
children dddced7dceb1
files ChangeLog modules/pselect
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jan 04 19:10:19 2019 +0100
+++ b/ChangeLog	Fri Jan 04 19:15:26 2019 +0100
@@ -1,3 +1,8 @@
+2019-01-04  Bruno Haible  <bruno@clisp.org>
+
+	pselect: Fix module description.
+	* modules/pselect (Link): Put one link option per line.
+
 2019-01-04  Bruno Haible  <bruno@clisp.org>
 
 	cosl: Fix module description.
--- a/modules/pselect	Fri Jan 04 19:10:19 2019 +0100
+++ b/modules/pselect	Fri Jan 04 19:15:26 2019 +0100
@@ -24,7 +24,8 @@
 <sys/select.h>
 
 Link:
-$(LIB_SELECT) $(LIB_PTHREAD_SIGMASK)
+$(LIB_SELECT)
+$(LIB_PTHREAD_SIGMASK)
 
 License:
 LGPLv2+