diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-22 07:17:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-22 07:17:58 +0000 |
commit | f094829e484cd9e7c2eaee3acf86a6ceee0dc4a2 (patch) | |
tree | fb98ac7cde102eb12df7f325f2ef385c3077ae21 /manual | |
parent | 11883883a5b9cd7826dfc813a3ec479ead9e4537 (diff) | |
download | glibc-f094829e484cd9e7c2eaee3acf86a6ceee0dc4a2.tar glibc-f094829e484cd9e7c2eaee3acf86a6ceee0dc4a2.tar.gz glibc-f094829e484cd9e7c2eaee3acf86a6ceee0dc4a2.tar.bz2 glibc-f094829e484cd9e7c2eaee3acf86a6ceee0dc4a2.zip |
* manual/filesys.texi (futimes): Fix prototype.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/filesys.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/filesys.texi b/manual/filesys.texi index c8ae377266..2436f22e88 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 |