aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/disk.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/disk.9')
-rw-r--r--share/man/man9/disk.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/disk.9 b/share/man/man9/disk.9
index 047abb96c619..41436427cbc2 100644
--- a/share/man/man9/disk.9
+++ b/share/man/man9/disk.9
@@ -51,7 +51,7 @@ disk-like storage devices to advertise the device to other kernel
components, including
.Xr GEOM 4
and
-.Xr devfs 5 .
+.Xr devfs 4 .
.Pp
Each disk device is described by a
.Vt "struct disk"
@@ -242,8 +242,8 @@ Typically used to store a pointer to the drivers
structure for this disk device.
.El
.Sh SEE ALSO
-.Xr GEOM 4 ,
-.Xr devfs 5
+.Xr devfs 4 ,
+.Xr GEOM 4
.Sh HISTORY
The
.Nm kernel disk storage API