]> Savannah Git Hosting - gnulib.git/commitdiff
stat: fix doc wording typo
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 23 Nov 2017 09:21:15 +0000 (01:21 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 23 Nov 2017 09:21:39 +0000 (01:21 -0800)
doc/posix-functions/fstat.texi
doc/posix-functions/fstatat.texi
doc/posix-functions/lstat.texi
doc/posix-functions/stat.texi

index 65dfd21821a0bdaf53d6854b7b74d22fd4c0b227..4307f3573e179fea63ba41b82e61de7043e7c3cb 100644 (file)
@@ -17,7 +17,7 @@ report the size of files or block devices larger than 2 GB.
 (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
index 69cd62b47e5490ade41ef5d35f7ed92de5b5e1af..178cd72aa9eb2d2241439e82a321c4428ba7d5b3 100644 (file)
@@ -27,7 +27,7 @@ dereference the argument:
 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
index 9c7e85ec6f28941fa3027a0ab68ab01ab50d0ae7..f2cc5617294d8fe4c254fa3faf5335f326052fce 100644 (file)
@@ -22,7 +22,7 @@ failing with @code{ENOTDIR}.
 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
index d5f73ef91e4e1b2f4b853e63bcfe55101a72adbd..f96fe3a7296d60a7d47893353555c5e9d7fc6e74 100644 (file)
@@ -31,7 +31,7 @@ different results:
 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