summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-01 17:03:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-01 17:03:01 +0000
commitf6b9fc698ca1ba59295c95c0f4ee0361958480b9 (patch)
treeeec77ef7fa3401db0fe03bc751d2e377785af623 /doc
parentFixed to add files and directories. (diff)
downloadrtems-f6b9fc698ca1ba59295c95c0f4ee0361958480b9.tar.bz2
Added files and directories.
Diffstat (limited to 'doc')
-rw-r--r--doc/new_chapters/gen_section10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/new_chapters/gen_section b/doc/new_chapters/gen_section
index 658f8ce45a..c8836c7bfc 100644
--- a/doc/new_chapters/gen_section
+++ b/doc/new_chapters/gen_section
@@ -4,7 +4,7 @@
# Set this based on which chapter you want to generate a template for.
-chapter="process"
+chapter="files"
case ${chapter} in
process)
@@ -20,6 +20,14 @@ case ${chapter} in
getlogin getlogin_r getpgrp setsid setpgid uname times \
getenv ctermid ttyname ttyname_r isatty sysconf "
;;
+ files)
+ CHAPTER_CAPS="Files and Directories"
+ CHAPTER_LOWER="files and directories"
+ ROUTINES="opendir readdir readdir_r rewinddir closedir \
+ chdir getcwd open creat umask link mkdir mkfifo unlink \
+ rmdir rename stat fstat access chmod fchmod chown \
+ utime ftrunctate pathconf fpathconf"
+ ;;
*)
echo "Unknown chapter name"
exit 1