From: Roland McGrath Date: Wed, 22 Feb 2006 07:17:58 +0000 (+0000) Subject: * manual/filesys.texi (futimes): Fix prototype. X-Git-Tag: cvs/fedora-glibc-20060301T0647~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f094829e484cd9e7c2eaee3acf86a6ceee0dc4a2;p=thirdparty%2Fglibc.git * manual/filesys.texi (futimes): Fix prototype. --- diff --git a/ChangeLog b/ChangeLog index 97670e880b4..e0e84af73a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-02-03 Jakub Jelinek + + * manual/filesys.texi (futimes): Fix prototype. + 2006-02-21 Roland McGrath * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Update comment, remove diff --git a/manual/filesys.texi b/manual/filesys.texi index c8ae3772662..2436f22e884 100644 --- a/manual/filesys.texi +++ b/manual/filesys.texi @@ -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