diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-03-17 09:40:02 +0100 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-03-17 09:40:14 +0100 |
commit | dd0c3b963132b52f00548a1356ee443cce3b99a8 (patch) | |
tree | 70df32adf180cc0565a16cb8bce5fdc1cd9bc6e2 | |
parent | bbf9f397f9726c20760097882cc03e7039671735 (diff) |
proc.5: Minor fixes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r-- | man5/proc.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index fb244e6f..100069fd 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -335,7 +335,7 @@ See .BR mmap (2) for some further information about memory mappings. -The format is: +The format of the file is: .nf .ft CW @@ -374,7 +374,7 @@ The is the offset into the file/whatever; .I dev is the device -(major:minor), and +(major:minor); .I inode is the inode on that device. 0 indicates that no inode is associated with the memory region, |