summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/filesystems/proc.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt
index 12a5e6e693b6..2a4e63f5122c 100644
--- a/Documentation/filesystems/proc.txt
+++ b/Documentation/filesystems/proc.txt
@@ -496,7 +496,9 @@ manner. The codes are the following:
496 496
497Note that there is no guarantee that every flag and associated mnemonic will 497Note that there is no guarantee that every flag and associated mnemonic will
498be present in all further kernel releases. Things get changed, the flags may 498be present in all further kernel releases. Things get changed, the flags may
499be vanished or the reverse -- new added. 499be vanished or the reverse -- new added. Interpretation of their meaning
500might change in future as well. So each consumer of these flags has to
501follow each specific kernel version for the exact semantic.
500 502
501This file is only present if the CONFIG_MMU kernel configuration option is 503This file is only present if the CONFIG_MMU kernel configuration option is
502enabled. 504enabled.