* modules/fcntl (Description): Disambiguate function references.
* modules/getcwd-lgpl (Description): Likewise.
* modules/hostent (Description): Likewise.
* modules/servent (Description): Likewise.
* modules/tempname (Description): Likewise.
+2017-04-20 Bruno Haible <bruno@clisp.org>
+
+ Remove red warnings from the generated MODULES.html.
+ * modules/fcntl (Description): Disambiguate function references.
+ * modules/getcwd-lgpl (Description): Likewise.
+ * modules/hostent (Description): Likewise.
+ * modules/servent (Description): Likewise.
+ * modules/tempname (Description): Likewise.
+
2017-04-20 Bruno Haible <bruno@clisp.org>
verify tests: Fix spurious failure with parallel make.
Description:
-Support for fcntl() action F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD.
+Support for the fcntl() function, actions F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD.
Files:
m4/fcntl.m4
Description:
-Ensure getcwd(NULL, 0) returns a buffer allocated by malloc().
+Ensure getcwd(NULL, 0) returns a buffer allocated by the malloc() function.
Files:
lib/getcwd-lgpl.c
Description:
-Library containing gethostent(), sethostent(), endhostent(), gethostbyname(),
-gethostbyaddr().
+Library containing
+gethostent() function, sethostent() function, endhostent() function,
+gethostbyname() function, gethostbyaddr() function.
Files:
m4/hostent.m4
Description:
-Library containing getservent(), setservent(), endservent(), getservbyname(),
-getservbyport(), getprotoent(), setprotoent(), endprotoent(), getprotobyname(),
-getprotobynumber().
+Library containing
+getservent() function, setservent() function, endservent() function,
+getservbyname() function, getservbyport() function,
+getprotoent() function, setprotoent() function, endprotoent() function,
+getprotobyname() function, getprotobynumber() function.
Files:
m4/servent.m4
Description:
-gen_tempname() and try_tempname(): create a private temporary file or directory.
+gen_tempname() function and try_tempname() function:
+create a private temporary file or directory.
Files:
lib/tempname.c