diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-10-01 16:38:25 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-10-01 16:38:25 +0000 |
| commit | 2754f630fc4863530f11530a935fa80567cf28fa (patch) | |
| tree | 15f92a5693985edfc9be14446a4a6ed0dcaa8155 /share | |
| parent | bdfef0f9cd3a19bf5a1948c7d475c342ff2a0b4c (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man9/pseudofs.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/pseudofs.9 b/share/man/man9/pseudofs.9 index 408457ff2605..f46507a5c44c 100644 --- a/share/man/man9/pseudofs.9 +++ b/share/man/man9/pseudofs.9 @@ -32,7 +32,7 @@ .Nm pseudofs .Nd pseudo-filesystem construction kit .Sh SYNOPSIS -.Fd #include <fs/pseudofs/pseudofs.h> +.In fs/pseudofs/pseudofs.h .\" Insert usage example here .Sh DESCRIPTION The @@ -45,7 +45,7 @@ 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. The consumer module, i.e. the module that implements the actual guts -of the filesystem, need only provide the directory structure +of the filesystem, needs only provide the directory structure (represented by a collection of structures declared and initialized by macros provided by .Nm ) @@ -56,7 +56,7 @@ contents into sbufs. .Xr linprocfs 5 , .Xr procfs 5 , .Xr sbuf 9 , -.Xr vnode 9 , +.Xr vnode 9 .Sh HISTORY The .Nm |
