From 27cdb40653f1305ece344d0b0f15f457c25d8342 Mon Sep 17 00:00:00 2001 From: jkoshy Date: Thu, 3 Jul 2003 06:07:26 +0000 Subject: Remove a hard-sentence break and a duplicated sentence. Capitalize a displayed list uniformly and fix up some grammar while I'm here. --- share/man/man5/linprocfs.5 | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'share') 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 , -- cgit v1.1