diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-08 20:17:50 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-08 20:17:50 +0000 |
commit | 2d94253e20e8b02b99005a71452e9a97193c6670 (patch) | |
tree | 3b02714be2c11079aaeaad8f8b61214e6c95f9b5 /doc/hurd.texi | |
parent | fec978309ebbf441687523e493a8c637f248e850 (diff) |
entered into RCS
Diffstat (limited to 'doc/hurd.texi')
-rw-r--r-- | doc/hurd.texi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/hurd.texi b/doc/hurd.texi index ad8c486b..c68b8008 100644 --- a/doc/hurd.texi +++ b/doc/hurd.texi @@ -590,4 +590,22 @@ another) while holding the conch except for those specified in this chapter. Such calls may block indefinitely or fail silently. +@node File interface +@chapter File interface + +This chapter documents the interface for operating on files. + +@menu +* Changing Status:: Changing the owner (etc.) of a file +* Program Execution:: Executing files +* File locking:: Implementing the flock call +* File frobbing:: Other active calls on files +* Opening files:: Looking up files in directories +* Modifying directories:: Creating and deleting nodes +* Notifications:: File and directory change callbacks +* Translators:: How to set and get translators +@end menu + + + @bye |