diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-12 17:26:04 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-12 17:26:04 +0000 |
commit | 8d5d039f80a8d31947f4e84af20e8a56d0009c32 (patch) | |
tree | 8a8960200349aa661a39654202f6e0adc5e7360e /share/man/man5/procfs.5 | |
parent | e66cdcd7e074533df2cf60b30ee57b5607535d28 (diff) |
Uniformly refer to a file system as "file system".
Approved by: re
Notes
Notes:
svn path=/head/; revision=107788
Diffstat (limited to 'share/man/man5/procfs.5')
-rw-r--r-- | share/man/man5/procfs.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/procfs.5 b/share/man/man5/procfs.5 index 2ebedfbf2833..f4adad201a26 100644 --- a/share/man/man5/procfs.5 +++ b/share/man/man5/procfs.5 @@ -7,15 +7,15 @@ .Os .Sh NAME .Nm procfs -.Nd process filesystem +.Nd process file system .Sh SYNOPSIS .Bd -literal proc /proc procfs rw 0 0 .Ed .Sh DESCRIPTION -The process filesystem, or +The process file system, or .Nm , -implements a view of the system process table inside the filesystem. +implements a view of the system process table inside the file system. It is normally mounted on .Pa /proc , and is required for the complete operation of programs such as |