# HG changeset patch # User Paul Eggert # Date 1511428875 28800 # Node ID b1b5c9418ec5194aab4cbc28eed64a47462be522 # Parent efff996688b86c2a590e1adf71dfab2b732ae47c stat: fix doc wording typo diff -r efff996688b8 -r b1b5c9418ec5 doc/posix-functions/fstat.texi --- a/doc/posix-functions/fstat.texi Thu Nov 23 00:05:57 2017 -0800 +++ b/doc/posix-functions/fstat.texi Thu Nov 23 01:21:15 2017 -0800 @@ -17,7 +17,7 @@ (Cf. @code{AC_SYS_LARGEFILE}.) @item On Solaris 11.3, when this function yields a timestamp with a -nonpositive @code{tv_sec} value, @code{tv_nsec} might in the range +nonpositive @code{tv_sec} value, @code{tv_nsec} might be in the range @minus{}1000000000..@minus{}1, representing a negative nanoseconds offset from @code{tv_sec}. @item diff -r efff996688b8 -r b1b5c9418ec5 doc/posix-functions/fstatat.texi --- a/doc/posix-functions/fstatat.texi Thu Nov 23 00:05:57 2017 -0800 +++ b/doc/posix-functions/fstatat.texi Thu Nov 23 01:21:15 2017 -0800 @@ -27,7 +27,7 @@ Solaris 9. @item On Solaris 11.3, when this function yields a timestamp with a -nonpositive @code{tv_sec} value, @code{tv_nsec} might in the range +nonpositive @code{tv_sec} value, @code{tv_nsec} might be in the range @minus{}1000000000..@minus{}1, representing a negative nanoseconds offset from @code{tv_sec}. @end itemize diff -r efff996688b8 -r b1b5c9418ec5 doc/posix-functions/lstat.texi --- a/doc/posix-functions/lstat.texi Thu Nov 23 00:05:57 2017 -0800 +++ b/doc/posix-functions/lstat.texi Thu Nov 23 01:21:15 2017 -0800 @@ -22,7 +22,7 @@ Solaris 9. @item On Solaris 11.3, when this function yields a timestamp with a -nonpositive @code{tv_sec} value, @code{tv_nsec} might in the range +nonpositive @code{tv_sec} value, @code{tv_nsec} might be in the range @minus{}1000000000..@minus{}1, representing a negative nanoseconds offset from @code{tv_sec}. @item diff -r efff996688b8 -r b1b5c9418ec5 doc/posix-functions/stat.texi --- a/doc/posix-functions/stat.texi Thu Nov 23 00:05:57 2017 -0800 +++ b/doc/posix-functions/stat.texi Thu Nov 23 01:21:15 2017 -0800 @@ -31,7 +31,7 @@ mingw, MSVC 14. @item On Solaris 11.3, when this function yields a timestamp with a -nonpositive @code{tv_sec} value, @code{tv_nsec} might in the range +nonpositive @code{tv_sec} value, @code{tv_nsec} might be in the range @minus{}1000000000..@minus{}1, representing a negative nanoseconds offset from @code{tv_sec}. @end itemize