From 165988d73574f91b20bd2abfdf41e99acd553e21 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 25 Sep 1998 13:29:19 +0000 Subject: Fixed typos so this would build. --- doc/new_chapters/files.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/new_chapters') 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. -- cgit v1.2.3