changeset 39163:b1b5c9418ec5

stat: fix doc wording typo
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 23 Nov 2017 01:21:15 -0800
parents efff996688b8
children 4697a3c09405
files doc/posix-functions/fstat.texi doc/posix-functions/fstatat.texi doc/posix-functions/lstat.texi doc/posix-functions/stat.texi
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- 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
--- 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