summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorccappuc <ccappuc@openbsd.org>1996-07-08 22:09:28 +0000
committerccappuc <ccappuc@openbsd.org>1996-07-08 22:09:28 +0000
commit460cff612490ca9c06aa1c51182b92d8dc7c129d (patch)
tree387bab667a05b9aed29a5abec4520385e03977c0 /share/man
parent8lgm#26, buffer overflow (diff)
downloadwireguard-openbsd-460cff612490ca9c06aa1c51182b92d8dc7c129d.tar.xz
wireguard-openbsd-460cff612490ca9c06aa1c51182b92d8dc7c129d.zip
kernel is /bsd, os is OpenBSD
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/ccd.42
-rw-r--r--share/man/man4/lkm.42
-rw-r--r--share/man/man4/vnd.42
-rw-r--r--share/man/man5/ethers.52
-rw-r--r--share/man/man5/link.54
-rw-r--r--share/man/man5/motd.52
-rw-r--r--share/man/man7/hier.72
-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
17 files changed, 27 insertions, 27 deletions
diff --git a/share/man/man4/ccd.4 b/share/man/man4/ccd.4
index a292bf98360..4eae36396be 100644
--- a/share/man/man4/ccd.4
+++ b/share/man/man4/ccd.4
@@ -34,7 +34,7 @@
.\"
.Dd August 9, 1995
.Dt CCD 4
-.Os NetBSD
+.Os OpenBSD
.Sh NAME
.Nm ccd
.Nd Concatenated Disk Driver
diff --git a/share/man/man4/lkm.4 b/share/man/man4/lkm.4
index b3debde3227..fb74ec1ff66 100644
--- a/share/man/man4/lkm.4
+++ b/share/man/man4/lkm.4
@@ -27,7 +27,7 @@
.\"
.Dd September 4, 1993
.Dt LKM 4
-.Os NetBSD 0.9a
+.Os OpenBSD
.Sh NAME
.Nm LKM
.Nd Loadable Kernel Modules interface
diff --git a/share/man/man4/vnd.4 b/share/man/man4/vnd.4
index 3b2ae76dd2d..346dde5bc41 100644
--- a/share/man/man4/vnd.4
+++ b/share/man/man4/vnd.4
@@ -33,7 +33,7 @@
.\"
.Dd December 30, 1995
.Dt VND 4
-.Os NetBSD
+.Os OpenBSD
.Sh NAME
.Nm vnd
.Nd Vnode Disk Driver
diff --git a/share/man/man5/ethers.5 b/share/man/man5/ethers.5
index 26a681ed19f..fa604fb75ee 100644
--- a/share/man/man5/ethers.5
+++ b/share/man/man5/ethers.5
@@ -4,7 +4,7 @@
.\"
.Dd December 16, 1993
.Dt ETHERS 5
-.Os NetBSD
+.Os OpenBSD
.Sh NAME
.Nm ethers
.Nd Ethernet host name data base
diff --git a/share/man/man5/link.5 b/share/man/man5/link.5
index e27fdc7a919..ad02f6346ba 100644
--- a/share/man/man5/link.5
+++ b/share/man/man5/link.5
@@ -122,7 +122,7 @@ implementation. The current version numbers understood by ld and ld.so are
.Em LD_VERSION_SUN (3),
which is used by the SunOS 4.x releases, and
.Em LD_VERSION_BSD (8),
-which is currently in use by NetBSD.
+which is currently in use by OpenBSD.
.It Fa d_un
Refers to a
.Em d_version
@@ -479,7 +479,7 @@ The virtual address at which ld.so was loaded by crt0.
.It Fa crt_dzfd
On SunOS systems, this field contains an open file descriptor to
.Dq /dev/zero
-used to get demand paged zeroed pages. On NetBSD systems it contains -1.
+used to get demand paged zeroed pages. On OpenBSD systems it contains -1.
.It Fa crt_ldfd
Contains an open file descriptor that was used by crt0 to load ld.so.
.It Fa crt_dp
diff --git a/share/man/man5/motd.5 b/share/man/man5/motd.5
index 3e573922e30..8e4c6720622 100644
--- a/share/man/man5/motd.5
+++ b/share/man/man5/motd.5
@@ -28,7 +28,7 @@ in their home directories.
.El
.Sh EXAMPLES
.Bd -literal
-NetBSD 1.0 (SUN_LAMP) #9: Sun Nov 20 22:47:57 PST 1994
+OpenBSD 1.2 (GENERIC) #3: Fri Jun 28 22:47:57 MDT 1996
Make sure you have a .forward file...
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7
index e7fe2cd77c7..b3a527e8cf8 100644
--- a/share/man/man7/hier.7
+++ b/share/man/man7/hier.7
@@ -89,7 +89,7 @@ UUCP configuration files;
.It Li /mnt/
empty directory commonly used by
system administrators as a temporary mount point
-.It Li /netbsd
+.It Li /bsd
pure kernel executable (the operating system loaded into memory
at boot time).
.It Li /sbin/
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 ,