summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerdd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commita145482cf625d5f04072fd1d20b5c2062cbe8e47 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /sbin/mdconfig
parent0d7bb1fec635c87e914e57048716adc5a87cfe22 (diff)
downloadFreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.zip
FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.tar.gz
Remove whitespace at EOL.
Diffstat (limited to 'sbin/mdconfig')
-rw-r--r--sbin/mdconfig/mdconfig.810
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8
index 08c0597..6ed7e8a 100644
--- a/sbin/mdconfig/mdconfig.8
+++ b/sbin/mdconfig/mdconfig.8
@@ -50,7 +50,7 @@
.Sh SYNOPSIS
.Nm
.Fl a
-.Fl t Ar type
+.Fl t Ar type
.Oo
.Fl o
.Oo Cm no Oc Ns Ar option
@@ -67,7 +67,7 @@
.Sh DESCRIPTION
The
.Nm
-command configures and enables
+command configures and enables
.Xr md 4
devices.
.Pp
@@ -79,7 +79,7 @@ This will configure and attach a memory disk with the
parameters specified and attach it to the system.
.It Fl d
Detach a memory disk from the system and release all resources.
-.It Fl t Ar type
+.It Fl t Ar type
Select the type of the memory disk.
.Bl -tag -width "preload"
.It Cm malloc
@@ -87,7 +87,7 @@ Storage for this type of memory disk is allocated with
.Xr malloc 9 .
This limits the size to the malloc bucket limit in the kernel.
.It Cm vnode
-A file specified with
+A file specified with
.Fl f Ar file
becomes the backingstore for this memory disk.
.It Cm swap
@@ -182,7 +182,7 @@ first appeared in
.Fx 5.0
as a cleaner replacement for the
.Xr vn 4
-and
+and
.Xr vnconfig 8
combo.
.Sh AUTHORS
OpenPOWER on IntegriCloud