From b9d0b50f6cd122a1748e1e5b79ecca7a0fef214e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 23 Nov 2017 01:21:15 -0800 Subject: [PATCH] stat: fix doc wording typo --- doc/posix-functions/fstat.texi | 2 +- doc/posix-functions/fstatat.texi | 2 +- doc/posix-functions/lstat.texi | 2 +- doc/posix-functions/stat.texi | 2 +- 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 -- 2.39.5