From 2754f630fc4863530f11530a935fa80567cf28fa Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 1 Oct 2001 16:38:25 +0000 Subject: [PATCH] mdoc(7) police: markup and grammar nits. --- share/man/man9/pseudofs.9 | 6 +++--- 1 file 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 +.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