proc.5: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-21 08:26:56 +01:00
parent 41a926bfa6
commit 40382e5ec4
1 changed files with 2 additions and 3 deletions

View File

@ -1126,9 +1126,8 @@ The process's heap.
If the
.I pathname
field is blank,
this is an anonymous mapping as obtained via the
.BR mmap (2)
function.
this is an anonymous mapping as obtained via
.BR mmap (2).
There is no easy way to coordinate this back to a process's source,
short of running it through
.BR gdb (1),