Remove a hard-sentence break and a duplicated sentence. Capitalize

a displayed list uniformly and fix up some grammar while I'm here.
This commit is contained in:
Joseph Koshy 2003-07-03 06:07:26 +00:00
parent 02c22434a5
commit d91534027f

View File

@ -22,14 +22,12 @@ The
.Nm
provides a two-level view of process space.
At the highest level, processes themselves are named, according to
their process ids in decimal, with no leading zeros. There is also a
special node called
their process ids in decimal, with no leading zeros.
There is also a special node called
.Pa self
which always refers to the process making the lookup request.
.Pp
Each node is a directory which contains the following entries:
.Pp
Each directory contains several files:
Each node is a directory containing several files:
.Bl -tag -width status
.It Pa exe
A reference to the vnode from which the process text was read.
@ -51,21 +49,21 @@ group.
.Sh FILES
.Bl -tag -width /compat/linux/proc/self/XXXXXXX -compact
.It Pa /compat/linux/proc
normal mount point for the
The normal mount point for the
.Nm .
.It Pa /compat/linux/proc/cpuinfo
CPU vendor and model information in human-readable form.
.It Pa /compat/linux/proc/meminfo
System memory information in human-readable form.
.It Pa /compat/linux/proc/pid
directory containing process information for process
A directory containing process information for process
.Pa pid .
.It Pa /compat/linux/proc/self
directory containing process information for the current process
A directory containing process information for the current process.
.It Pa /compat/linux/proc/self/exe
executable image
The executable image for the current process.
.It Pa /compat/linux/proc/self/mem
the complete virtual address space of the process
The complete virtual address space of the current process.
.El
.Sh SEE ALSO
.Xr mount 2 ,