diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
| commit | 7ebcc426efefea9cd16ac6f565e72030c608f7a4 (patch) | |
| tree | d6c008b8ae357e7c4c800baa477713b82a6ee2f2 /sbin/mdconfig | |
| parent | d087ad9cc9c9a047e48ac7d97861bd67e56c4085 (diff) | |
Notes
Diffstat (limited to 'sbin/mdconfig')
| -rw-r--r-- | sbin/mdconfig/mdconfig.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8 index 08c0597a5b75..6ed7e8afd41b 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 |
