Module Name: src
Committed By: martin
Date: Sun Sep 1 19:34:16 UTC 2019
Modified Files:
src/share/man/man9 [netbsd-9]: copy.9 intro.9 uiomove.9
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.20.6.1 src/share/man/man9/copy.9
cvs rdiff -u -r1.24 -r1.24.2.1 src/share/man/man9/intro.9
cvs rdiff -u -r1.18 -r1.18.8.1 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/copy.9
diff -u src/share/man/man9/copy.9:1.20 src/share/man/man9/copy.9:1.20.6.1
--- src/share/man/man9/copy.9:1.20 Thu Feb 8 09:03:23 2018
+++ src/share/man/man9/copy.9 Sun Sep 1 19:34:16 2019
@@ -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 @@ if the string is longer than
bytes.
.Sh SEE ALSO
.Xr fetch 9 ,
-.Xr store 9
+.Xr ustore 9
Index: src/share/man/man9/intro.9
diff -u src/share/man/man9/intro.9:1.24 src/share/man/man9/intro.9:1.24.2.1
--- src/share/man/man9/intro.9:1.24 Wed May 8 14:25:39 2019
+++ src/share/man/man9/intro.9 Sun Sep 1 19:34:16 2019
@@ -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 @@ See
.Pp
Store data to user-space.
See
-.Xr store 9 .
+.Xr ustore 9 .
.Pp
Fetch data from user-space.
See
Index: src/share/man/man9/uiomove.9
diff -u src/share/man/man9/uiomove.9:1.18 src/share/man/man9/uiomove.9:1.18.8.1
--- src/share/man/man9/uiomove.9:1.18 Mon Jul 3 21:28:48 2017
+++ src/share/man/man9/uiomove.9 Sun Sep 1 19:34:16 2019
@@ -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 @@ is returned.
.Sh SEE ALSO
.Xr copy 9 ,
.Xr fetch 9 ,
-.Xr store 9
+.Xr ustore 9