summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorccappuc <ccappuc@cvs.openbsd.org>1996-07-08 22:09:53 +0000
committerccappuc <ccappuc@cvs.openbsd.org>1996-07-08 22:09:53 +0000
commit8221f107158a760cde8ea52a9158866f700da30a (patch)
treeb2715a775dc7eb21511f5c9c829128f2f935b475 /share/man/man9
parent4a325f8481a83c10598abc934b5bd7884e8c2061 (diff)
kernel is /bsd, os is OpenBSD
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/boot.92
-rw-r--r--share/man/man9/copy.92
-rw-r--r--share/man/man9/disk.918
-rw-r--r--share/man/man9/doshutdownhooks.92
-rw-r--r--share/man/man9/fetch.92
-rw-r--r--share/man/man9/inittodr.94
-rw-r--r--share/man/man9/resettodr.92
-rw-r--r--share/man/man9/shutdownhook_establish.92
-rw-r--r--share/man/man9/store.92
-rw-r--r--share/man/man9/time.92
10 files changed, 19 insertions, 19 deletions
diff --git a/share/man/man9/boot.9 b/share/man/man9/boot.9
index 802c01e587d..55b64796f7f 100644
--- a/share/man/man9/boot.9
+++ b/share/man/man9/boot.9
@@ -31,7 +31,7 @@
.\"
.Dd November 13, 1995
.Dt BOOT 9
-.Os NetBSD
+.Os OpenBSD
.Sh NAME
.Nm boot
.Nd halt or reboot the system
diff --git a/share/man/man9/copy.9 b/share/man/man9/copy.9
index 97115979cba..e42ff1bde78 100644
--- a/share/man/man9/copy.9
+++ b/share/man/man9/copy.9
@@ -34,7 +34,7 @@
.\"
.Dd Jan 7, 1996
.Dt COPY 9
-.Os NetBSD
+.Os OpenBSD
.Sh NAME
.Nm copy
.Nd kernel copy functions
diff --git a/share/man/man9/disk.9 b/share/man/man9/disk.9
index 75260908a52..d8039f73609 100644
--- a/share/man/man9/disk.9
+++ b/share/man/man9/disk.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: disk.9,v 1.2 1996/04/22 01:28:20 deraadt Exp $
+.\" $OpenBSD: disk.9,v 1.3 1996/07/08 22:09:37 ccappuc Exp $
.\" $NetBSD: disk.9,v 1.2 1996/04/08 20:41:25 jtc Exp $
.\"
.\" Copyright (c) 1995, 1996 Jason R. Thorpe.
@@ -33,7 +33,7 @@
.\"
.Dd Jan 7, 1996
.Dt DISK 9
-.Os NetBSD
+.Os OpenBSD
.Sh NAME
.Nm disk
.Nd generic disk framework
@@ -56,7 +56,7 @@
.Ft struct disk *
.Fn disk_find "char *"
.Sh DESCRIPTION
-The NetBSD generic disk framework is designed to provide flexible,
+The OpenBSD generic disk framework is designed to provide flexible,
scalable, and consistent handling of disk state and metrics information.
The fundamental component of this framework is the
.Nm disk
@@ -319,7 +319,7 @@ particular disk. For this function, the
.Fn disk_resetstat
routine is provided.
.Sh CODE REFERENCES
-This section describes places within the NetBSD source tree where actual
+This section describes places within the OpenBSD source tree where actual
code implementing or utilizing the disk framework can be found. All
pathnames are relative to
.Nm /usr/src .
@@ -329,13 +329,13 @@ The disk framework itself is implemented within the file
Data structures and function prototypes for the framework are located in
.Nm sys/sys/disk.h .
.Pp
-The NetBSD machine-independent SCSI disk and CD-ROM drivers utilize the
+The OpenBSD machine-independent SCSI disk and CD-ROM drivers utilize the
disk framework. They are located in
.Nm sys/scsi/sd.c
and
.Nm sys/scsi/cd.c .
.Pp
-The NetBSD
+The OpenBSD
.Nm ccd
and
.Nm vnd
@@ -345,11 +345,11 @@ They are located in
and
.Nm sys/dev/vnd.c .
.Sh AUTHOR
-The NetBSD generic disk framework was architected and implemented by
-Jason R. Thorpe <thorpej@NetBSD.ORG>.
+The OpenBSD generic disk framework was architected and implemented within NetBSD
+by Jason R. Thorpe <thorpej@NetBSD.ORG>.
.Sh SEE ALSO
.Xr ccd 4 ,
.Xr vnd 4 ,
.Xr spl 9 .
.Sh HISTORY
-The NetBSD generic disk framework appeared in NetBSD 1.1A.
+The OpenBSD generic disk framework first appeared in NetBSD at version 1.1A.
diff --git a/share/man/man9/doshutdownhooks.9 b/share/man/man9/doshutdownhooks.9
index 1f154c046b7..1cd1bd8b98b 100644
--- a/share/man/man9/doshutdownhooks.9
+++ b/share/man/man9/doshutdownhooks.9
@@ -31,7 +31,7 @@
.\"
.Dd November 13, 1995
.Dt DOSHUTDOWNHOOKS 9
-.Os NetBSD
+.Os OpenBSD
.Sh NAME
.Nm doshutdownhooks
.Nd run all shutdown hooks
diff --git a/share/man/man9/fetch.9 b/share/man/man9/fetch.9
index c5259cd3bf3..74f268c31c8 100644
--- a/share/man/man9/fetch.9
+++ b/share/man/man9/fetch.9
@@ -34,7 +34,7 @@
.\"
.Dd Jan 7, 1996
.Dt FETCH 9
-.Os NetBSD
+.Os OpenBSD
.Sh NAME
.Nm fetch
.Nd fetch data from user-space
diff --git a/share/man/man9/inittodr.9 b/share/man/man9/inittodr.9
index a8ef109a9d7..5cdb4ad14b7 100644
--- a/share/man/man9/inittodr.9
+++ b/share/man/man9/inittodr.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inittodr.9,v 1.2 1996/04/22 01:28:22 deraadt Exp $
+.\" $OpenBSD: inittodr.9,v 1.3 1996/07/08 22:09:39 ccappuc Exp $
.\" $NetBSD: inittodr.9,v 1.2 1996/03/27 21:16:06 jtc Exp $
.\"
.\" Copyright (c) 1994 Christopher G. Demetriou
@@ -32,7 +32,7 @@
.\"
.Dd November 13, 1995
.Dt INITTODR 9
-.Os NetBSD
+.Os OpenBSD
.Sh NAME
.Nm inittodr
.Nd initialize system time
diff --git a/share/man/man9/resettodr.9 b/share/man/man9/resettodr.9
index f2683903c2f..7046390866c 100644
--- a/share/man/man9/resettodr.9
+++ b/share/man/man9/resettodr.9
@@ -31,7 +31,7 @@
.\"
.Dd November 13, 1995
.Dt RESETTODR 9
-.Os NetBSD
+.Os OpenBSD
.Sh NAME
.Nm resettodr
.Nd set battery-backed clock from system time
diff --git a/share/man/man9/shutdownhook_establish.9 b/share/man/man9/shutdownhook_establish.9
index 52bacdafd76..ba9ab139b14 100644
--- a/share/man/man9/shutdownhook_establish.9
+++ b/share/man/man9/shutdownhook_establish.9
@@ -31,7 +31,7 @@
.\"
.Dd November 13, 1995
.Dt SHUTDOWNHOOK_ESTABLISH 9
-.Os NetBSD
+.Os OpenBSD
.Sh NAME
.Nm shutdownhook_establish ,
.Nm shutdownhook_disestablish
diff --git a/share/man/man9/store.9 b/share/man/man9/store.9
index ca7df6a49c0..ffc9758fae2 100644
--- a/share/man/man9/store.9
+++ b/share/man/man9/store.9
@@ -34,7 +34,7 @@
.\"
.Dd Jan 7, 1996
.Dt STORE 9
-.Os NetBSD
+.Os OpenBSD
.Sh NAME
.Nm store
.Nd store data to user-space
diff --git a/share/man/man9/time.9 b/share/man/man9/time.9
index a31bcda6f0a..14ab69e072a 100644
--- a/share/man/man9/time.9
+++ b/share/man/man9/time.9
@@ -31,7 +31,7 @@
.\"
.Dd November 13, 1995
.Dt TIME 9
-.Os NetBSD
+.Os OpenBSD
.Sh NAME
.Nm boottime ,
.Nm mono_time ,