summaryrefslogtreecommitdiff
path: root/doc/posix-functions/lstat.texi
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/lstat.texi
parent2c5d5587453d18cf83bdf67b4914db5e5db684b1 (diff)
downloadgnulib-b9d0b50f6cd122a1748e1e5b79ecca7a0fef214e.tar.gz
stat: fix doc wording typo
Diffstat (limited to 'doc/posix-functions/lstat.texi')
-rw-r--r--doc/posix-functions/lstat.texi2
1 files changed, 1 insertions, 1 deletions
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