summaryrefslogtreecommitdiffstats
path: root/share/man/man9/pseudofs.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-12 17:26:04 +0000
committerru <ru@FreeBSD.org>2002-12-12 17:26:04 +0000
commit041d1287e88250bf06ad159c6c696bd653a77957 (patch)
tree8a8960200349aa661a39654202f6e0adc5e7360e /share/man/man9/pseudofs.9
parent719bf117173e17f5286b995c031a11d553149e50 (diff)
downloadFreeBSD-src-041d1287e88250bf06ad159c6c696bd653a77957.zip
FreeBSD-src-041d1287e88250bf06ad159c6c696bd653a77957.tar.gz
Uniformly refer to a file system as "file system".
Approved by: re
Diffstat (limited to 'share/man/man9/pseudofs.9')
-rw-r--r--share/man/man9/pseudofs.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/pseudofs.9 b/share/man/man9/pseudofs.9
index 79f47fa..4e5cc8b 100644
--- a/share/man/man9/pseudofs.9
+++ b/share/man/man9/pseudofs.9
@@ -30,14 +30,14 @@
.Os
.Sh NAME
.Nm pseudofs
-.Nd pseudo-filesystem construction kit
+.Nd pseudo file system construction kit
.Sh SYNOPSIS
.In fs/pseudofs/pseudofs.h
.\" Insert usage example here
.Sh DESCRIPTION
The
.Nm
-module offers an abstract API for pseudo-filesystems such as
+module offers an abstract API for pseudo-file systems such as
.Xr procfs 5
and
.Xr linprocfs 5 .
@@ -45,7 +45,7 @@ It takes care of all the hairy bits like interfacing with the VFS
system, enforcing access control, keeping track of file numbers, and
cloning files and directories that are process-specific.
The consumer module, i.e. the module that implements the actual guts
-of the filesystem, needs only provide the directory structure
+of the file system, needs only provide the directory structure
(represented by a collection of structures declared and initialized by
macros provided by
.Nm )
OpenPOWER on IntegriCloud