summaryrefslogtreecommitdiff
path: root/share/man/man9/disk.9
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-04-15 04:14:30 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-04-15 04:14:30 +0000
commitd586473f58efd1219069adadfa6f4ea5932f1837 (patch)
tree1a8eda0788b96da1321e9ea85fa1ddaa95e37426 /share/man/man9/disk.9
parentadd4e4e87558f04377e5ad1407d059a0948d2fd5 (diff)
typos;
VOP, crypto and disklabel ok tedu@ audio(9) ok naddy@
Diffstat (limited to 'share/man/man9/disk.9')
-rw-r--r--share/man/man9/disk.912
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man9/disk.9 b/share/man/man9/disk.9
index dcfe39bc51e..175f1dce94b 100644
--- a/share/man/man9/disk.9
+++ b/share/man/man9/disk.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: disk.9,v 1.19 2002/12/20 19:27:07 millert Exp $
+.\" $OpenBSD: disk.9,v 1.20 2003/04/15 04:14:29 jmc Exp $
.\" $NetBSD: disk.9,v 1.2 1996/04/08 20:41:25 jtc Exp $
.\"
.\" Copyright (c) 1995, 1996 Jason R. Thorpe.
@@ -107,9 +107,9 @@ may grow or shrink over time as disks are dynamically added and removed
from the system.
Drivers which currently make use of the detachment
capability of the framework are the
-.Nm ccd
+.Xr ccd 4
and
-.Nm vnd
+.Xr vnd 4
pseudo-device drivers.
.Pp
The following is a brief description of each function in the framework:
@@ -355,10 +355,10 @@ and
.Pp
The
.Ox
-.Nm ccd ,
-.Nm raid ,
+.Xr ccd 4 ,
+.Xr raid 4
and
-.Nm vnd
+.Xr vnd 4
drivers utilize the detachment capability of the framework.
They are located in
.Pa sys/dev/ccd.c ,