diff options
author | Rob Landley <rob@landley.net> | 2010-03-15 10:21:31 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-15 10:21:31 -0400 |
commit | 32e688b8c1afafa389223a4813b97e8c128a1636 (patch) | |
tree | d93f4d6009e03fb00ad94ef49090ce95b34f5426 | |
parent | 31a2d31dbd01a7d530a748e6f708ba047c37fb90 (diff) |
Documentation/filesystems/proc.txt typo fix.
Typo fix for a filename in procfs documentation.
Signed-off-by: Rob Landley <rob@landley.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-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 a4f30faa4f1f..770700317c2c 100644 --- a/Documentation/filesystems/proc.txt +++ b/Documentation/filesystems/proc.txt | |||
@@ -305,7 +305,7 @@ Table 1-4: Contents of the stat files (as of 2.6.30-rc7) | |||
305 | cgtime guest time of the task children in jiffies | 305 | cgtime guest time of the task children in jiffies |
306 | .............................................................................. | 306 | .............................................................................. |
307 | 307 | ||
308 | The /proc/PID/map file containing the currently mapped memory regions and | 308 | The /proc/PID/maps file containing the currently mapped memory regions and |
309 | their access permissions. | 309 | their access permissions. |
310 | 310 | ||
311 | The format is: | 311 | The format is: |