]> Savannah Git Hosting - gnulib.git/commitdiff
Remove red warnings from the generated MODULES.html.
authorBruno Haible <bruno@clisp.org>
Fri, 21 Apr 2017 01:10:32 +0000 (03:10 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 21 Apr 2017 01:10:32 +0000 (03:10 +0200)
* modules/fcntl (Description): Disambiguate function references.
* modules/getcwd-lgpl (Description): Likewise.
* modules/hostent (Description): Likewise.
* modules/servent (Description): Likewise.
* modules/tempname (Description): Likewise.

ChangeLog
modules/fcntl
modules/getcwd-lgpl
modules/hostent
modules/servent
modules/tempname

index a1ec9ab310496fd528f25b2f53c588e74fbefdc9..bc44a578e03b3ec0d6d507ca926f0a83c9535d49 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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.
index dc891e759deae1001717a1f974f127b040dc1068..3ee0811c87b98f240f1dbac6122edb665363e6e8 100644 (file)
@@ -1,5 +1,5 @@
 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
index 6a780ad774b2a3972c220d8cb651b88193e5cc06..718351c3819bf6bad037b4841c3c5396659cd836 100644 (file)
@@ -1,5 +1,5 @@
 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
index deed3e77429a3823ebc141410ee4e86c9993b58e..57ff594a20b9e79b8c36f08c36fd8bd574ebd606 100644 (file)
@@ -1,6 +1,7 @@
 Description:
-Library containing gethostent(), sethostent(), endhostent(), gethostbyname(),
-gethostbyaddr().
+Library containing
+gethostent() function, sethostent() function, endhostent() function,
+gethostbyname() function, gethostbyaddr() function.
 
 Files:
 m4/hostent.m4
index aeb4d66cd6fea4a9d532e78c20dcd34ce0abd12d..1e0d82636a882f9e26dbf44a92afe4ff9431eef2 100644 (file)
@@ -1,7 +1,9 @@
 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
index 3767bf9acc2747adaab8b065e07e9055ffbbb4a8..570ea54a4a0656b03b09e974068e46104e9e52a8 100644 (file)
@@ -1,5 +1,6 @@
 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