summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2003-07-03 06:07:26 +0000
committerjkoshy <jkoshy@FreeBSD.org>2003-07-03 06:07:26 +0000
commit27cdb40653f1305ece344d0b0f15f457c25d8342 (patch)
tree266ddaf0ecf5752a8842a6baea82cb8ed8b9ca43 /share
parentdd0f528c8bf9446ae494d17fd5deb45efde12c91 (diff)
downloadFreeBSD-src-27cdb40653f1305ece344d0b0f15f457c25d8342.zip
FreeBSD-src-27cdb40653f1305ece344d0b0f15f457c25d8342.tar.gz
Remove a hard-sentence break and a duplicated sentence. Capitalize
a displayed list uniformly and fix up some grammar while I'm here.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/linprocfs.518
1 files changed, 8 insertions, 10 deletions
diff --git a/share/man/man5/linprocfs.5 b/share/man/man5/linprocfs.5
index f72418f..dbd8cab 100644
--- a/share/man/man5/linprocfs.5
+++ b/share/man/man5/linprocfs.5
@@ -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 ,
OpenPOWER on IntegriCloud