Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 fetch(9) -> ufetch(9). Remove superfluous Pp.



details:   https://anonhg.NetBSD.org/src/rev/1273542f7ad6
branches:  trunk
changeset: 459251:1273542f7ad6
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Sep 01 19:08:35 2019 +0000

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

diffstat:

 share/man/man9/uiomove.9 |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 3578bc202a59 -r 1273542f7ad6 share/man/man9/uiomove.9
--- a/share/man/man9/uiomove.9  Sun Sep 01 19:08:22 2019 +0000
+++ b/share/man/man9/uiomove.9  Sun Sep 01 19:08:35 2019 +0000
@@ -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 @@
 .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 @@
 is returned.
 .Sh SEE ALSO
 .Xr copy 9 ,
-.Xr fetch 9 ,
+.Xr ufetch 9 ,
 .Xr ustore 9



Home | Main Index | Thread Index | Old Index