fetch(9) -> ufetch(9). Remove superfluous Pp.

This commit is contained in:
wiz 2019-09-01 19:08:35 +00:00
parent 8a9aa6762b
commit 7fe9b221bc
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: uiomove.9,v 1.19 2019/09/01 17:50:32 oster Exp $
.\" $NetBSD: uiomove.9,v 1.20 2019/09/01 19:08:35 wiz Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -67,7 +67,6 @@ A
.Va struct uio
typically describes data in motion.
Several of the fields described below reflect that expectation.
.Pp
.Bl -tag -width "uio_vmspace "
.It Va uio_iov
Pointer to array of
@ -150,5 +149,5 @@ If a bad address is encountered,
is returned.
.Sh SEE ALSO
.Xr copy 9 ,
.Xr fetch 9 ,
.Xr ufetch 9 ,
.Xr ustore 9