Module Name:    src
Committed By:   oster
Date:           Sun Sep  1 17:50:32 UTC 2019

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

Log Message:
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.21 src/share/man/man9/copy.9
cvs rdiff -u -r1.24 -r1.25 src/share/man/man9/intro.9
cvs rdiff -u -r1.18 -r1.19 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.21
--- src/share/man/man9/copy.9:1.20	Thu Feb  8 09:03:23 2018
+++ src/share/man/man9/copy.9	Sun Sep  1 17:50:32 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: copy.9,v 1.20 2018/02/08 09:03:23 dholland Exp $
+.\"	$NetBSD: copy.9,v 1.21 2019/09/01 17:50:32 oster 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.25
--- src/share/man/man9/intro.9:1.24	Wed May  8 14:25:39 2019
+++ src/share/man/man9/intro.9	Sun Sep  1 17:50:32 2019
@@ -1,4 +1,4 @@
-.\"     $NetBSD: intro.9,v 1.24 2019/05/08 14:25:39 isaki Exp $
+.\"     $NetBSD: intro.9,v 1.25 2019/09/01 17:50:32 oster 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.19
--- src/share/man/man9/uiomove.9:1.18	Mon Jul  3 21:28:48 2017
+++ src/share/man/man9/uiomove.9	Sun Sep  1 17:50:32 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: uiomove.9,v 1.18 2017/07/03 21:28:48 wiz Exp $
+.\"	$NetBSD: uiomove.9,v 1.19 2019/09/01 17:50:32 oster 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

Reply via email to