summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/files.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-09-25 13:29:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-09-25 13:29:19 +0000
commit165988d73574f91b20bd2abfdf41e99acd553e21 (patch)
treeb9f48eb75a9ef0e3ed34c3bcbb4619af2a1ecb3a /doc/new_chapters/files.t
parentNow compiles. (diff)
downloadrtems-165988d73574f91b20bd2abfdf41e99acd553e21.tar.bz2
Fixed typos so this would build.
Diffstat (limited to 'doc/new_chapters/files.t')
-rw-r--r--doc/new_chapters/files.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/new_chapters/files.t b/doc/new_chapters/files.t
index 01a05d3d71..819f6f185b 100644
--- a/doc/new_chapters/files.t
+++ b/doc/new_chapters/files.t
@@ -374,7 +374,7 @@ Search permission is denied for a directory in a file's path prefix.
The @code{getcwd()} function copies the absolute pathname of the current
working directory to the character array pointed to by @code{buf}. The
-@code{size} argument is the number of bytes available in @cdoe{buf}
+@code{size} argument is the number of bytes available in @code{buf}
@subheading NOTES:
@@ -859,7 +859,7 @@ of @code{old}.
If a file already exists by the name @code{new}, it is removed. The
@code{rename()} function is atomic. If the @code{rename()} detects an
error, no files are removed. This guarantees that the
-@code{rename("x", "x") does not remove @code{x}.
+@code{rename("x", "x")} does not remove @code{x}.
You may not rename dot or dot-dot.