summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2013-09-04 09:41:52 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-09-04 09:41:52 +0200
commitac8727b68ca4c6b041e3361098fcc23f0c163e7e (patch)
tree45161e69e25a6efaceea66dadbe0d0ea7d00c9f1
parent533b9c5cb3e84c48e41d0f76edff8cf39cf4f453 (diff)
proc.5: Minor wording changes in introductory paragraph
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man5/proc.56
1 files changed, 3 insertions, 3 deletions
diff --git a/man5/proc.5 b/man5/proc.5
index 645d0c27..1c427179 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -59,20 +59,20 @@
.\" to see what information could be imported from that file
.\" into this file.
.\"
-.TH PROC 5 2013-08-08 "Linux" "Linux Programmer's Manual"
+.TH PROC 5 2013-09-04 "Linux" "Linux Programmer's Manual"
.SH NAME
proc \- process information pseudo-filesystem
.SH DESCRIPTION
The
.I proc
-filesystem is a pseudo-filesystem which is used as an interface to
+filesystem is a pseudo-filesystem which provides an interface to
kernel data structures.
It is commonly mounted at
.IR /proc .
Most of it is read-only, but some files allow kernel variables to be
changed.
.LP
-The following outline gives a quick tour through the
+The following list describes many of the files and directories under the
.I /proc
hierarchy.
.PD 1