]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* manual/filesys.texi (futimes): Fix prototype.
authorRoland McGrath <roland@gnu.org>
Wed, 22 Feb 2006 07:17:58 +0000 (07:17 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 22 Feb 2006 07:17:58 +0000 (07:17 +0000)
ChangeLog
manual/filesys.texi

index 97670e880b41bb2f762c2bff0012024c283cd61e..e0e84af73a9a89a5d55e7141cded798d9b1fbfc6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * manual/filesys.texi (futimes): Fix prototype.
+
 2006-02-21  Roland McGrath  <roland@redhat.com>
 
        * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Update comment, remove
index c8ae3772662d27d60570bdda14c6ad9fd75a6582..2436f22e884fb7e9771c2e346566f69c02d63ddc 100644 (file)
@@ -2806,7 +2806,7 @@ function.
 
 @comment sys/time.h
 @comment BSD
-@deftypefun int futimes (int *@var{fd}, struct timeval @var{tvp}@t{[2]})
+@deftypefun int futimes (int @var{fd}, struct timeval @var{tvp}@t{[2]})
 This function is like @code{utimes}, except that it takes an open file
 descriptor as an argument instead of a file name.  @xref{Low-Level
 I/O}.  This function comes from FreeBSD, and is not available on all