Change occurrences of "filesystem" to "file system".
authorLudovic Courtès <ludo@gnu.org>
Fri, 28 May 2010 13:35:42 +0000 (15:35 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 28 May 2010 15:02:13 +0000 (17:02 +0200)
* doc/ref/posix.texi (File System): Change "filesystem" to "file
  system".

* libguile/posix.c (scm_utime): Ditto.

doc/ref/posix.texi
libguile/posix.c

index 89f8e84..c5106f5 100644 (file)
@@ -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))
index 3244e6e..b228925 100644 (file)
@@ -1382,7 +1382,7 @@ SCM_DEFINE (scm_utime, "utime", 1, 5, 0,
            "@code{current-time} procedure.\n\n"
             "The optional @var{actimens} and @var{modtimens} are nanoseconds\n"
             "to add @var{actime} and @var{modtime}. Nanosecond precision is\n"
-            "only supported on some combinations of filesystems and operating\n"
+            "only supported on some combinations of file systems and operating\n"
             "systems.\n"
            "@lisp\n"
            "(utime \"foo\" (- (current-time) 3600))\n"