Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/share/man/man9 Pull up following revision(s) (requested b...
details: https://anonhg.NetBSD.org/src/rev/150615346332
branches: netbsd-9
changeset: 454001:150615346332
user: martin <martin%NetBSD.org@localhost>
date: Sun Sep 01 19:34:16 2019 +0000
description:
Pull up following revision(s) (requested by oster in ticket #167):
share/man/man9/copy.9: revision 1.21
share/man/man9/intro.9: revision 1.25
share/man/man9/uiomove.9: revision 1.19
s/Xr store/Xr ustore/ to fix cross-references in these man-pages.
diffstat:
share/man/man9/copy.9 | 4 ++--
share/man/man9/intro.9 | 4 ++--
share/man/man9/uiomove.9 | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (48 lines):
diff -r efb4a3bc7051 -r 150615346332 share/man/man9/copy.9
--- a/share/man/man9/copy.9 Sun Sep 01 19:31:43 2019 +0000
+++ b/share/man/man9/copy.9 Sun Sep 01 19:34:16 2019 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: copy.9,v 1.20 2018/02/08 09:03:23 dholland Exp $
+.\" $NetBSD: copy.9,v 1.20.6.1 2019/09/01 19:34:16 martin Exp $
.\"
.\" Copyright (c) 1996, 2002 Jason R. Thorpe.
.\" All rights reserved.
@@ -177,4 +177,4 @@
bytes.
.Sh SEE ALSO
.Xr fetch 9 ,
-.Xr store 9
+.Xr ustore 9
diff -r efb4a3bc7051 -r 150615346332 share/man/man9/intro.9
--- a/share/man/man9/intro.9 Sun Sep 01 19:31:43 2019 +0000
+++ b/share/man/man9/intro.9 Sun Sep 01 19:34:16 2019 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: intro.9,v 1.24 2019/05/08 14:25:39 isaki Exp $
+.\" $NetBSD: intro.9,v 1.24.2.1 2019/09/01 19:34:16 martin Exp $
.\"
.\" Copyright (c) 1997, 2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -322,7 +322,7 @@
.Pp
Store data to user-space.
See
-.Xr store 9 .
+.Xr ustore 9 .
.Pp
Fetch data from user-space.
See
diff -r efb4a3bc7051 -r 150615346332 share/man/man9/uiomove.9
--- a/share/man/man9/uiomove.9 Sun Sep 01 19:31:43 2019 +0000
+++ b/share/man/man9/uiomove.9 Sun Sep 01 19:34:16 2019 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: uiomove.9,v 1.18 2017/07/03 21:28:48 wiz Exp $
+.\" $NetBSD: uiomove.9,v 1.18.8.1 2019/09/01 19:34:16 martin Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -151,4 +151,4 @@
.Sh SEE ALSO
.Xr copy 9 ,
.Xr fetch 9 ,
-.Xr store 9
+.Xr ustore 9
Home |
Main Index |
Thread Index |
Old Index