Remove superfluous Pp. Fix xref target.

This commit is contained in:
wiz 2007-02-17 08:40:36 +00:00
parent de27b6e4f4
commit c3ab7ea8ed
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: refuse.3,v 1.2 2007/02/11 18:31:32 pooka Exp $
.\" $NetBSD: refuse.3,v 1.3 2007/02/17 08:40:36 wiz Exp $
.\"
.\" Copyright © 2007 Alistair Crooks. All rights reserved.
.\"
@ -201,7 +201,6 @@
.Fa "const char *path" "size_t mapsize" "uint64_t offset"
.Fc
.Sh DESCRIPTION
.Pp
.Nm
is a reimplementation of the file system in user space subsystem.
Operations are transported from the kernel virtual file system layer
@ -210,7 +209,7 @@ to the concrete implementation behind
where they are processed and results are sent back to the kernel.
.Pp
It uses the framework provided by the
.Xr libpuffs 3
.Xr puffs 3
subsystem, and, through that, the kernel interface provided by
.Xr puffs 4 .
.Sh SEE ALSO