summaryrefslogtreecommitdiff
path: root/doc/posix-functions
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-11-23 01:21:15 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2017-11-23 01:21:39 -0800
commitb9d0b50f6cd122a1748e1e5b79ecca7a0fef214e (patch)
treea2f0999e105e2360d5f95e7da529e093c30791fa /doc/posix-functions
parent2c5d5587453d18cf83bdf67b4914db5e5db684b1 (diff)
downloadgnulib-b9d0b50f6cd122a1748e1e5b79ecca7a0fef214e.tar.gz
stat: fix doc wording typo
Diffstat (limited to 'doc/posix-functions')
-rw-r--r--doc/posix-functions/fstat.texi2
-rw-r--r--doc/posix-functions/fstatat.texi2
-rw-r--r--doc/posix-functions/lstat.texi2
-rw-r--r--doc/posix-functions/stat.texi2
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix-functions/fstat.texi b/doc/posix-functions/fstat.texi
index 65dfd21821..4307f3573e 100644
--- a/doc/posix-functions/fstat.texi
+++ b/doc/posix-functions/fstat.texi
@@ -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
diff --git a/doc/posix-functions/fstatat.texi b/doc/posix-functions/fstatat.texi
index 69cd62b47e..178cd72aa9 100644
--- a/doc/posix-functions/fstatat.texi
+++ b/doc/posix-functions/fstatat.texi
@@ -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
diff --git a/doc/posix-functions/lstat.texi b/doc/posix-functions/lstat.texi
index 9c7e85ec6f..f2cc561729 100644
--- a/doc/posix-functions/lstat.texi
+++ b/doc/posix-functions/lstat.texi
@@ -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
diff --git a/doc/posix-functions/stat.texi b/doc/posix-functions/stat.texi
index d5f73ef91e..f96fe3a729 100644
--- a/doc/posix-functions/stat.texi
+++ b/doc/posix-functions/stat.texi
@@ -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