aboutsummaryrefslogtreecommitdiff
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.914
1 files changed, 6 insertions, 8 deletions
diff --git a/share/man/man9/pseudofs.9 b/share/man/man9/pseudofs.9
index 98ccc6cae7b9..d87bbb0030c7 100644
--- a/share/man/man9/pseudofs.9
+++ b/share/man/man9/pseudofs.9
@@ -1,5 +1,5 @@
.\"-
-.\" Copyright (c) 2001 Dag-Erling Coïdan Smørgrav
+.\" Copyright (c) 2001 Dag-Erling Smørgrav
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -23,8 +23,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
-.\"
.Dd April 20, 2007
.Dt PSEUDOFS 9
.Os
@@ -38,9 +36,9 @@
The
.Nm
module offers an abstract API for pseudo-file systems such as
-.Xr procfs 5
+.Xr procfs 4
and
-.Xr linprocfs 5 .
+.Xr linprocfs 4 .
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.
@@ -53,9 +51,9 @@ and callbacks that report file attributes or write the actual file
contents into sbufs.
.\" Insert more info here
.Sh SEE ALSO
-.Xr linprocfs 5 ,
-.Xr linsysfs 5 ,
-.Xr procfs 5 ,
+.Xr linprocfs 4 ,
+.Xr linsysfs 4 ,
+.Xr procfs 4 ,
.Xr sbuf 9 ,
.Xr vnode 9
.Sh HISTORY