diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-10 02:20:30 +0300 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2006-01-10 02:20:30 +0300 |
commit | e82443c092fc37a907c117d36f44b6fe143567ae (patch) | |
tree | f54f9011ad0fcedf3540d14e2e6623395969e3f5 /Documentation | |
parent | c28ab5d23a9c8dd99f12602e6ae7feba6f0b43ea (diff) | |
download | linux-e82443c092fc37a907c117d36f44b6fe143567ae.tar.xz |
Documentation/filesystems/proc.txt: indentation fix
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/proc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt index a4dcf42c2fd9..944cf109a6f5 100644 --- a/Documentation/filesystems/proc.txt +++ b/Documentation/filesystems/proc.txt @@ -418,7 +418,7 @@ VmallocChunk: 111088 kB Dirty: Memory which is waiting to get written back to the disk Writeback: Memory which is actively being written back to the disk Mapped: files which have been mmaped, such as libraries - Slab: in-kernel data structures cache + Slab: in-kernel data structures cache CommitLimit: Based on the overcommit ratio ('vm.overcommit_ratio'), this is the total amount of memory currently available to be allocated on the system. This limit is only adhered to |