aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-12-04 14:28:38 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-12-04 14:28:38 +0000
commit11cee4a681663706b1211c2ea9458dbb08f7a201 (patch)
tree42ed6a38fc8e9bfd12642380161a53d9030218be
parent0787ae7db8dc0285dc8408293b42e814b559f1b4 (diff)
downloadsrc-11cee4a681663706b1211c2ea9458dbb08f7a201.tar.gz
src-11cee4a681663706b1211c2ea9458dbb08f7a201.zip
Mention access control.
Notes
Notes: svn path=/head/; revision=87356
-rw-r--r--share/man/man9/pseudofs.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/pseudofs.9 b/share/man/man9/pseudofs.9
index f46507a5c44c..79f47faf69ae 100644
--- a/share/man/man9/pseudofs.9
+++ b/share/man/man9/pseudofs.9
@@ -42,8 +42,8 @@ module offers an abstract API for pseudo-filesystems such as
and
.Xr linprocfs 5 .
It takes care of all the hairy bits like interfacing with the VFS
-system, keeping track of file numbers, and cloning files and
-directories that are process-specific.
+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
(represented by a collection of structures declared and initialized by