From: Bruno Haible Date: Fri, 21 Apr 2017 01:10:32 +0000 (+0200) Subject: Remove red warnings from the generated MODULES.html. X-Git-Tag: v1.0~6272 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=2112962abddd971a395c70611ca86caa86e7b391;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index a1ec9ab310..bc44a578e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2017-04-20 Bruno Haible + + 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 verify tests: Fix spurious failure with parallel make. diff --git a/modules/fcntl b/modules/fcntl index dc891e759d..3ee0811c87 100644 --- a/modules/fcntl +++ b/modules/fcntl @@ -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 diff --git a/modules/getcwd-lgpl b/modules/getcwd-lgpl index 6a780ad774..718351c381 100644 --- a/modules/getcwd-lgpl +++ b/modules/getcwd-lgpl @@ -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 diff --git a/modules/hostent b/modules/hostent index deed3e7742..57ff594a20 100644 --- a/modules/hostent +++ b/modules/hostent @@ -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 diff --git a/modules/servent b/modules/servent index aeb4d66cd6..1e0d82636a 100644 --- a/modules/servent +++ b/modules/servent @@ -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 diff --git a/modules/tempname b/modules/tempname index 3767bf9acc..570ea54a4a 100644 --- a/modules/tempname +++ b/modules/tempname @@ -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