diff options
author | David Howells <dhowells@redhat.com> | 2013-09-05 13:06:15 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2013-09-06 09:17:30 +0100 |
commit | 696f69b6b088f0f5b9470a5d008871c96354f531 (patch) | |
tree | bd80e8e4a4ece6ad2c2b277f7dc6bbb1eda9331c /Documentation | |
parent | 5002d7bef81c9646bbb06fb57db4a100aa5a57c5 (diff) | |
download | linux-696f69b6b088f0f5b9470a5d008871c96354f531.tar.bz2 |
FS-Cache: Fix heading in documentation
Fix a heading in the documentation to make it consistent with the contents
list.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/caching/netfs-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/caching/netfs-api.txt b/Documentation/filesystems/caching/netfs-api.txt index 12b344251523..26c1dd5a6a21 100644 --- a/Documentation/filesystems/caching/netfs-api.txt +++ b/Documentation/filesystems/caching/netfs-api.txt @@ -433,7 +433,7 @@ to the caller. The attribute adjustment excludes read and write operations. ===================== -PAGE READ/ALLOC/WRITE +PAGE ALLOC/READ/WRITE ===================== And the sixth step is to store and retrieve pages in the cache. There are |