diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-01-05 23:38:10 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-01-05 23:38:10 +0100 |
commit | b3da54d1813f34fca31cdb5fd3db90b9141b1b7a (patch) | |
tree | 52a6ea1a154816fece46bac4850c0f9b3d8861b9 /doc/ref/api-io.texi | |
parent | a3989357b32ba51c0780732e06c88baec16d3229 (diff) | |
download | guile-b3da54d1813f34fca31cdb5fd3db90b9141b1b7a.tar.gz |
Placate a number of `syntax-check' verifications.
- "filesystem" -> "file system"
- remove doubled words
- use EXIT_* macros instead of literal numbers
- update `syntax-check' exclusion files
Diffstat (limited to 'doc/ref/api-io.texi')
-rw-r--r-- | doc/ref/api-io.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-io.texi b/doc/ref/api-io.texi index afcde579d..9799c31d5 100644 --- a/doc/ref/api-io.texi +++ b/doc/ref/api-io.texi @@ -1181,7 +1181,7 @@ procedures and does not rely on R6RS support. Some of the procedures described in this chapter accept a file name as an argument. Valid values for such a file name include strings that name a file -using the native notation of filesystem paths on an implementation's +using the native notation of file system paths on an implementation's underlying operating system, and may include implementation-dependent values as well. |