summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-10-01 16:38:25 +0000
committerru <ru@FreeBSD.org>2001-10-01 16:38:25 +0000
commit70b03c413df83b225aa15543b388c299b4f50c79 (patch)
tree15f92a5693985edfc9be14446a4a6ed0dcaa8155
parent57c9a013fa5502550514e18c6d90016127b1ab42 (diff)
downloadFreeBSD-src-70b03c413df83b225aa15543b388c299b4f50c79.zip
FreeBSD-src-70b03c413df83b225aa15543b388c299b4f50c79.tar.gz
mdoc(7) police: markup and grammar nits.
-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 408457f..f46507a 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
OpenPOWER on IntegriCloud