Rename two directories: headers -> posix-headers, functions -> posix-functions.
[gnulib.git] / doc / posix-functions / utime.texi
diff --git a/doc/posix-functions/utime.texi b/doc/posix-functions/utime.texi
new file mode 100644 (file)
index 0000000..8df87f9
--- /dev/null
@@ -0,0 +1,18 @@
+@node utime
+@section @code{utime}
+@findex utime
+
+POSIX specification: @url{http://www.opengroup.org/susv3xsh/utime.html}
+
+Gnulib module: utime
+
+Portability problems fixed by Gnulib:
+@itemize
+@item
+On some old platforms, @code{utime (file, NULL)} fails to set the file's
+timestamp to the current time.
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@end itemize