changeset 33218:37e9e4e47034

Improve doc in MODULES.html.
author Bruno Haible <bruno@clisp.org>
date Sat, 31 Jul 2010 23:59:50 +0200
parents 9dc20abf42cb
children 54de0ac79ac5
files ChangeLog modules/linkat modules/mkfifo modules/mknod modules/remove modules/renameat modules/stat modules/symlink modules/unlink
diffstat 9 files changed, 20 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Jul 31 23:34:12 2010 +0200
+++ b/ChangeLog	Sat Jul 31 23:59:50 2010 +0200
@@ -1,3 +1,15 @@
+2010-07-31  Bruno Haible  <bruno@clisp.org>
+
+	Improve doc in MODULES.html.
+	* modules/linkat (Description): Add the word "function".
+	* modules/mkfifo (Description): Likewise.
+	* modules/mknod (Description): Likewise.
+	* modules/remove (Description): Likewise.
+	* modules/renameat (Description): Likewise.
+	* modules/stat (Description): Likewise.
+	* modules/symlink (Description): Likewise.
+	* modules/unlink (Description): Likewise.
+
 2010-07-31  Bruno Haible  <bruno@clisp.org>
 
 	ansi-c++-opt: Provide option --enable-c++/--disable-c++ when possible.
--- a/modules/linkat	Sat Jul 31 23:34:12 2010 +0200
+++ b/modules/linkat	Sat Jul 31 23:59:50 2010 +0200
@@ -1,5 +1,5 @@
 Description:
-linkat(): create a hard link, relative to two directories
+linkat() function: create a hard link, relative to two directories
 
 Files:
 lib/at-func2.c
--- a/modules/mkfifo	Sat Jul 31 23:34:12 2010 +0200
+++ b/modules/mkfifo	Sat Jul 31 23:59:50 2010 +0200
@@ -1,5 +1,5 @@
 Description:
-mkfifo(): create named FIFO
+mkfifo() function: create named FIFO
 
 Files:
 lib/mkfifo.c
--- a/modules/mknod	Sat Jul 31 23:34:12 2010 +0200
+++ b/modules/mknod	Sat Jul 31 23:59:50 2010 +0200
@@ -1,5 +1,5 @@
 Description:
-mknod(): create various special devices
+mknod() function: create various special devices
 
 Files:
 lib/mknod.c
--- a/modules/remove	Sat Jul 31 23:34:12 2010 +0200
+++ b/modules/remove	Sat Jul 31 23:59:50 2010 +0200
@@ -1,5 +1,5 @@
 Description:
-remove(): remove a file or directory
+remove() function: remove a file or directory
 
 Files:
 lib/remove.c
--- a/modules/renameat	Sat Jul 31 23:34:12 2010 +0200
+++ b/modules/renameat	Sat Jul 31 23:59:50 2010 +0200
@@ -1,5 +1,5 @@
 Description:
-renameat(): rename a file, relative to two directories
+renameat() function: rename a file, relative to two directories
 
 Files:
 lib/at-func2.c
--- a/modules/stat	Sat Jul 31 23:34:12 2010 +0200
+++ b/modules/stat	Sat Jul 31 23:59:50 2010 +0200
@@ -1,5 +1,5 @@
 Description:
-stat(): query file information
+stat() function: query file information
 
 Files:
 lib/stat.c
--- a/modules/symlink	Sat Jul 31 23:34:12 2010 +0200
+++ b/modules/symlink	Sat Jul 31 23:59:50 2010 +0200
@@ -1,5 +1,5 @@
 Description:
-symlink(): create a symlink, if possible
+symlink() function: create a symlink, if possible
 
 Files:
 lib/symlink.c
--- a/modules/unlink	Sat Jul 31 23:34:12 2010 +0200
+++ b/modules/unlink	Sat Jul 31 23:59:50 2010 +0200
@@ -1,5 +1,5 @@
 Description:
-unlink(): remove a file.
+unlink() function: remove a file.
 
 Files:
 lib/unlink.c