diff options
author | Ludovic Courtès <ludo@gnu.org> | 2009-11-24 23:16:08 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2009-11-24 23:16:08 +0100 |
commit | c4e843571f6dd5d7500e6886c00e6c213eabee30 (patch) | |
tree | 74f8acc3423f2ea2bc6898203fa53b833d8922cf /doc/sources/unix.texi | |
parent | 114bc68ac97d47b2e5635de98b111b47de85ed92 (diff) | |
download | guile-c4e843571f6dd5d7500e6886c00e6c213eabee30.tar.gz |
"filesystem" -> "file system"
* doc/ref/misc-modules.texi, doc/sources/unix.texi,
module/ice-9/ftw.scm: Replace "filesystem" by "file system".
Diffstat (limited to 'doc/sources/unix.texi')
-rw-r--r-- | doc/sources/unix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sources/unix.texi b/doc/sources/unix.texi index e8a189c5b..0ef894a42 100644 --- a/doc/sources/unix.texi +++ b/doc/sources/unix.texi @@ -12,7 +12,7 @@ be required to make them available. * Ports and descriptors:: Ports, file descriptors and how they interact. * Extended I/O:: Reading and writing to ports. -* File system:: Working in a hierarchical filesystem. +* File system:: Working in a hierarchical file system. * User database:: Information about users from system databases. * Processes:: Information and control of Unix processes. * Terminals:: Terminals and pseudo-terminals. |