diff options
author | Jeff Trawick <trawick@apache.org> | 2009-03-26 23:47:52 +0000 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2009-03-26 23:47:52 +0000 |
commit | ee32468a33d082bf8ea5c804efbee76676ef6d68 (patch) | |
tree | 6b5074eeaf71cc1262d273d6f4160d9eaf6eb2f4 /docs/manual/mod/mod_autoindex.xml | |
parent | c606f7b144d779cbce7b5c48d8e31e4f2a09d19f (diff) | |
download | httpd-ee32468a33d082bf8ea5c804efbee76676ef6d68.tar.gz |
remove OS/2 platform support
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_autoindex.xml')
-rw-r--r-- | docs/manual/mod/mod_autoindex.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index d5c3a61c5a..8613d9ca66 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -774,8 +774,8 @@ indexing</description> <dd>This returns the <code>Last-Modified</code> and <code>ETag</code> values for the listed directory in the HTTP header. It is only valid if the operating system and file system return appropriate stat() - results. Some Unix systems do so, as do OS2's JFS and Win32's - NTFS volumes. OS2 and Win32 FAT volumes, for example, do not. + results. Some Unix systems do so, as do Win32's + NTFS volumes. Win32 FAT volumes, for example, do not. Once this feature is enabled, the client or proxy can track changes to the list of files when they perform a <code>HEAD</code> request. Note some operating systems correctly track new and |