This patch fixes a couple of warnings in MODULES.html.
2017-04-20 Bruno Haible <[email protected]> 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/modules/fcntl b/modules/fcntl index dc891e7..3ee0811 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 6a780ad..718351c 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 deed3e7..57ff594 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 aeb4d66..1e0d826 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 3767bf9..570ea54 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
