summaryrefslogtreecommitdiffstats
path: root/share/man/man9/pseudofs.9
diff options
context:
space:
mode:
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