Update the description of -l to reflect reality. After mdconfig.c

1.25, -l without -u only lists the names, so specifying -u does more
than just limit the output to one device.
This commit is contained in:
Dima Dorfman 2004-11-06 10:21:12 +00:00
parent 9a777b93be
commit e08f2053fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137301

View File

@ -98,18 +98,17 @@ A file specified with
.Fl f Ar file .Fl f Ar file
becomes the backingstore for this memory disk. becomes the backingstore for this memory disk.
.It Cm swap .It Cm swap
swapspace is used to back this memory disk. Swap pace is used to back this memory disk.
.El .El
.It Fl f Ar file .It Fl f Ar file
Filename to use for the vnode type memory disk. Filename to use for the vnode type memory disk.
.It Fl l .It Fl l
List information about configured Enumerate configured
.Xr md 4 .Xr md 4
devices. devices.
If the If given with
.Fl u .Fl u ,
option is used in conjuction with this, the output is limited to display details about that particular device.
information on the specified device.
.It Fl n .It Fl n
When printing md device names, print only the unit number without the When printing md device names, print only the unit number without the
md prefix. md prefix.