Improve MODULES.html output.
authorBruno Haible <bruno@clisp.org>
Wed, 9 Nov 2011 23:31:31 +0000 (00:31 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 9 Nov 2011 23:31:31 +0000 (00:31 +0100)
* modules/mkfifoat (Description): Use the word "function".
* modules/readlinkat (Description): Likewise.
* modules/symlinkat (Description): Likewise.

ChangeLog
modules/mkfifoat
modules/readlinkat
modules/symlinkat

index 404b95d..f4ba725 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-11-09  Bruno Haible  <bruno@clisp.org>
+
+       Improve MODULES.html output.
+       * modules/mkfifoat (Description): Use the word "function".
+       * modules/readlinkat (Description): Likewise.
+       * modules/symlinkat (Description): Likewise.
+
 2011-11-09  Eric Blake  <eblake@redhat.com>
 
        ptsname_r-tests: new test module
index c41f436..983ec2b 100644 (file)
@@ -1,5 +1,6 @@
 Description:
-mkfifoat() and mknodat(): create named FIFOs relative to a directory
+mkfifoat() function and mknodat() function: create named FIFOs relative to a
+directory
 
 Files:
 lib/mkfifoat.c
index 17a171b..918135b 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-readlinkat(): read symlinks relative to a directory
+readlinkat() function: read symlinks relative to a directory
 
 Files:
 lib/readlinkat.c
index 0fdf41c..56358cb 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-symlinkat(): create symlinks relative to a directory
+symlinkat() function: create symlinks relative to a directory
 
 Files:
 lib/symlinkat.c