summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordownsj <downsj@openbsd.org>1998-07-12 09:07:17 +0000
committerdownsj <downsj@openbsd.org>1998-07-12 09:07:17 +0000
commited81237a8582d37451b6ddb6030cb0f52a062364 (patch)
tree7de5d549c3275a730e89f435628ade8d5f43006f
parentadd .Os (diff)
downloadwireguard-openbsd-ed81237a8582d37451b6ddb6030cb0f52a062364.tar.xz
wireguard-openbsd-ed81237a8582d37451b6ddb6030cb0f52a062364.zip
Add wd.4 and fix xref in acd.
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/acd.44
-rw-r--r--share/man/man4/wd.444
3 files changed, 48 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 6f6c5b4339d..7b38170d157 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.35 1998/07/12 08:53:08 downsj Exp $
+# $OpenBSD: Makefile,v 1.36 1998/07/12 09:07:17 downsj Exp $
# $NetBSD: Makefile,v 1.22.4.2 1996/07/18 00:51:10 jtc Exp $
MAN= atalk.4 audio.4 acd.4 ahc.4 bpf.4 ccd.4 cd.4 ch.4 clnp.4 cltp.4 ddb.4 \
@@ -7,7 +7,7 @@ MAN= atalk.4 audio.4 acd.4 ahc.4 bpf.4 ccd.4 cd.4 ch.4 clnp.4 cltp.4 ddb.4 \
netintro.4 ns.4 \
nsip.4 null.4 options.4 pty.4 random.4 route.4 scsi.4 sd.4 sl.4 \
spp.4 st.4 \
- tb.4 tcp.4 termios.4 tty.4 tp.4 tun.4 udp.4 uk.4 unix.4 vnd.4
+ tb.4 tcp.4 termios.4 tty.4 tp.4 tun.4 udp.4 uk.4 unix.4 vnd.4 wd.4
MLINKS+=fd.4 stderr.4 fd.4 stdin.4 fd.4 stdout.4
MLINKS+=netintro.4 networking.4
MLINKS+=random.4 srandom.4 random.4 urandom.4 random.4 prandom.4
diff --git a/share/man/man4/acd.4 b/share/man/man4/acd.4
index 185e53e5158..8b86354016a 100644
--- a/share/man/man4/acd.4
+++ b/share/man/man4/acd.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: acd.4,v 1.2 1997/01/24 03:41:43 deraadt Exp $
+.\" $OpenBSD: acd.4,v 1.3 1998/07/12 09:07:18 downsj Exp $
.\"
.\" Copyright (c) 1996, Jason Downs. All rights reserved.
.\"
@@ -42,4 +42,4 @@ controllers.
.Xr /dev/racd*
.Sh SEE ALSO
.Xr intro 4 ,
-.Xr wd 4
+.Xr wdc 4
diff --git a/share/man/man4/wd.4 b/share/man/man4/wd.4
new file mode 100644
index 00000000000..5a31a0560c9
--- /dev/null
+++ b/share/man/man4/wd.4
@@ -0,0 +1,44 @@
+.\" $OpenBSD: wd.4,v 1.1 1998/07/12 09:07:19 downsj Exp $
+.\"
+.\" Copyright (c) 1998, Jason Downs. All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS
+.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+.\" DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT,
+.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.Dd July 12, 1998
+.Dt WD 4
+.Os OpenBSD
+.Sh NAME
+.Nm wd
+.Nd ST506/ESDI/IDE disk driver
+.Sh SYNOPSIS
+.Cd "wd* at wdc?"
+.Sh DESCRIPTION
+The
+.Nm wd
+driver provides support for random access disk drives, using standard
+ST506/ESDI/IDE controllers.
+.Sh FILES
+.Xr /dev/wd*
+.Xr /dev/rwd*
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr wdc 4