Update Tasks-File_System.xml - Title Case fixed
This commit is contained in:
parent
c755d1610c
commit
9081a72a29
1 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
]>
|
||||
<chapter id="chap-Defensive_Coding-Tasks-File_System">
|
||||
<title>File system manipulation</title>
|
||||
<title>File System Manipulation</title>
|
||||
<para>
|
||||
In this chapter, we discuss general file system manipulation, with
|
||||
a focus on access files and directories to which an other,
|
||||
|
@ -13,7 +13,7 @@
|
|||
linkend="chap-Defensive_Coding-Tasks-Temporary_Files"/>.
|
||||
</para>
|
||||
<section id="sect-Defensive_Coding-Tasks-File_System-Unowned">
|
||||
<title>Working with files and directories owned by other users</title>
|
||||
<title>Working with Files and Directories Owned by Other Users</title>
|
||||
<para>
|
||||
Sometimes, it is necessary to operate on files and directories
|
||||
owned by other (potentially untrusted) users. For example, a
|
||||
|
@ -145,7 +145,7 @@
|
|||
</para>
|
||||
</section>
|
||||
<section id="sect-Defensive_Coding-Tasks-File_System-Foreign">
|
||||
<title>Accessing the file system as a different user</title>
|
||||
<title>Accessing the File System as a Different User</title>
|
||||
<para>
|
||||
This section deals with access to the file system as a specific
|
||||
user. This is different from accessing files and directories owned by a
|
||||
|
@ -178,7 +178,7 @@
|
|||
</para>
|
||||
</section>
|
||||
<section id="sect-Defensive_Coding-Tasks-File_System-Limits">
|
||||
<title>File system limits</title>
|
||||
<title>File System Limits</title>
|
||||
<para>
|
||||
For historical reasons, there are preprocessor constants such as
|
||||
<literal>PATH_MAX</literal>, <literal>NAME_MAX</literal>.
|
||||
|
@ -320,7 +320,7 @@
|
|||
</itemizedlist>
|
||||
</section>
|
||||
<section id="sect-Defensive_Coding-Tasks-File_System-Free_Space">
|
||||
<title>Checking free space</title>
|
||||
<title>Checking Free Space</title>
|
||||
<para>
|
||||
The <function>statvfs</function> and
|
||||
<function>fstatvfs</function> functions allow programs to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue