summaryrefslogtreecommitdiff
path: root/doc/ref/posix.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/posix.texi')
-rw-r--r--doc/ref/posix.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/posix.texi b/doc/ref/posix.texi
index 89f8e84f4..c5106f56f 100644
--- a/doc/ref/posix.texi
+++ b/doc/ref/posix.texi
@@ -700,7 +700,7 @@ The last modification time for the attributes of the file, in seconds.
@deffnx {Scheme Procedure} stat:ctimensec st
The fractional part of a file's access, modification, or attribute modification
time, in nanoseconds. Nanosecond timestamps are only available on some operating
-systems and filesystems. If Guile cannot retrieve nanosecond-level timestamps
+systems and file systems. If Guile cannot retrieve nanosecond-level timestamps
for a file, these fields will be set to 0.
@end deffn
@deffn {Scheme Procedure} stat:blksize st
@@ -781,7 +781,7 @@ not supplied, then the current time is used. @var{actime} and
The optional @var{actimens} and @var{modtimens} are nanoseconds
to add @var{actime} and @var{modtime}. Nanosecond precision is
-only supported on some combinations of filesystems and operating
+only supported on some combinations of file systems and operating
systems.
@lisp
(utime "foo" (- (current-time) 3600))