ffsinfo: Update example to avoid to-be-deprecated vinum

Reviewed by:	mckusick
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D29478
This commit is contained in:
Ed Maste 2021-03-28 20:04:29 -04:00
parent 29e54af43e
commit a64096aa63

View File

@ -113,10 +113,10 @@ If
is provided, output will be sent to stdout. is provided, output will be sent to stdout.
.El .El
.Sh EXAMPLES .Sh EXAMPLES
.Dl ffsinfo -o /var/tmp/ffsinfo -l 1023 /dev/vinum/testvol .Dl ffsinfo -o /var/tmp/ffsinfo -l 1023 /dev/md0
.Pp .Pp
will dump will dump
.Pa /dev/vinum/testvol .Pa /dev/md0
to to
.Pa /var/tmp/ffsinfo .Pa /var/tmp/ffsinfo
with all available information. with all available information.