diff options
author | Richard M. Stallman <rms@gnu.org> | 1992-02-15 23:13:04 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1992-02-15 23:13:04 +0000 |
commit | b2113d38b65248760383b94e02d0fb0ae8929c9d (patch) | |
tree | de775d3ca9a2d2d9e38852315be422bd540762da /manual/io.texi | |
parent | 07c3e96cfd5928b3b976646f546ba0fc23a32248 (diff) | |
download | glibc-b2113d38b65248760383b94e02d0fb0ae8929c9d.tar.gz glibc-b2113d38b65248760383b94e02d0fb0ae8929c9d.tar.xz glibc-b2113d38b65248760383b94e02d0fb0ae8929c9d.zip |
Fix typos.
Diffstat (limited to 'manual/io.texi')
-rw-r--r-- | manual/io.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/io.texi b/manual/io.texi index 4f91c95cac..180571f1e8 100644 --- a/manual/io.texi +++ b/manual/io.texi @@ -207,8 +207,8 @@ files, not the files themselves. @cindex file name component The name of a file contained in a directory entry is called a @dfn{file name component}. In general, a file name consists of a sequence of one -or more such components, seperated by the slash character (@samp{/}). A -file name whih is just one component names a file with respect to its +or more such components, separated by the slash character (@samp{/}). A +file name which is just one component names a file with respect to its directory. A file name with multiple components names a directory, and then a file in that directory, and so on. @@ -291,8 +291,8 @@ working directory, use a file name of @file{.} or @file{./}. Unlike some other operating systems, the GNU system doesn't have any built-in support for file types (or extensions) or file versions as part of its file name syntax. Many programs and utilities use conventions -for file names --- for example, files containing C source code usually -have names suffixed with @samp{.c} --- but there is nothing in the file +for file names---for example, files containing C source code usually +have names suffixed with @samp{.c}---but there is nothing in the file system itself that enforces this kind of convention. @node File Name Errors |