changeset 13795:837d918f9552

fix a documentation typo * doc/posix-functions/futimens.texi (futimens): Fix typo: s/itme/item/
author Jim Meyering <meyering@redhat.com>
date Mon, 11 Oct 2010 22:29:19 +0200
parents 586d7f932642
children f93a5e80c44f
files ChangeLog doc/posix-functions/futimens.texi
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-11  Jim Meyering  <meyering@redhat.com>
+
+	fix a documentation typo
+	* doc/posix-functions/futimens.texi (futimens): Fix typo: s/itme/item/
+
 2010-10-11  Eric Blake  <eblake@redhat.com>
 
 	futimens: work around Solaris 11 bug
--- a/doc/posix-functions/futimens.texi
+++ b/doc/posix-functions/futimens.texi
@@ -28,7 +28,7 @@
 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.