Module Name:    src
Committed By:   wiz
Date:           Sun Sep  1 19:08:36 UTC 2019

Modified Files:
        src/share/man/man9: uiomove.9

Log Message:
fetch(9) -> ufetch(9). Remove superfluous Pp.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/share/man/man9/uiomove.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/uiomove.9
diff -u src/share/man/man9/uiomove.9:1.19 src/share/man/man9/uiomove.9:1.20
--- src/share/man/man9/uiomove.9:1.19	Sun Sep  1 17:50:32 2019
+++ src/share/man/man9/uiomove.9	Sun Sep  1 19:08:35 2019
@@ -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

Reply via email to