From fe7e2e21b5377b4917dab35aa853c2cb81c15f93 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 11 Oct 2010 22:29:19 +0200 Subject: [PATCH] fix a documentation typo * doc/posix-functions/futimens.texi (futimens): Fix typo: s/itme/item/ --- ChangeLog | 5 +++++ doc/posix-functions/futimens.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5a68d064f..acf980b7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-10-11 Jim Meyering + + fix a documentation typo + * doc/posix-functions/futimens.texi (futimens): Fix typo: s/itme/item/ + 2010-10-11 Eric Blake futimens: work around Solaris 11 bug diff --git a/doc/posix-functions/futimens.texi b/doc/posix-functions/futimens.texi index 7c35b8b68..4422a1651 100644 --- a/doc/posix-functions/futimens.texi +++ b/doc/posix-functions/futimens.texi @@ -28,7 +28,7 @@ Linux kernel 2.6.25. When using @code{UTIME_OMIT} for the modification time, but specifying an access time, some systems fail to update the change time: Linux kernel 2.6.32. -@itme +@item Passing @code{AT_FDCWD} as the fd argument does not properly fail with @code{EBADF} on some systems: glibc 2.11, Solaris 11. -- 2.11.0