Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 s/Xr store/Xr ustore/ to fix cross-references...
details: https://anonhg.NetBSD.org/src/rev/4c643a7c0ddb
branches: trunk
changeset: 459234:4c643a7c0ddb
user: oster <oster%NetBSD.org@localhost>
date: Sun Sep 01 17:50:32 2019 +0000
description:
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 930a31aa5572 -r 4c643a7c0ddb share/man/man9/copy.9
--- a/share/man/man9/copy.9 Sun Sep 01 17:27:22 2019 +0000
+++ b/share/man/man9/copy.9 Sun Sep 01 17:50:32 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.21 2019/09/01 17:50:32 oster 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 930a31aa5572 -r 4c643a7c0ddb share/man/man9/intro.9
--- a/share/man/man9/intro.9 Sun Sep 01 17:27:22 2019 +0000
+++ b/share/man/man9/intro.9 Sun Sep 01 17:50:32 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.25 2019/09/01 17:50:32 oster 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 930a31aa5572 -r 4c643a7c0ddb share/man/man9/uiomove.9
--- a/share/man/man9/uiomove.9 Sun Sep 01 17:27:22 2019 +0000
+++ b/share/man/man9/uiomove.9 Sun Sep 01 17:50:32 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.19 2019/09/01 17:50:32 oster 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