diff options
author | Ed Maste <emaste@FreeBSD.org> | 2021-03-29 00:04:29 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2021-04-10 01:27:13 +0000 |
commit | 3c00d2008f01ad15d6b1a2e93041030f46e65bcd (patch) | |
tree | 85f2e0ffb9dbfae5429c2c023209103d27f30df4 | |
parent | df23288bc0c6d3c16287756c7f43c679fba6a0de (diff) |
ffsinfo: Update example to avoid to-be-deprecated vinum
Reviewed by: mckusick
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D29478
(cherry picked from commit a64096aa63ea1303ae8d20d4147b3b097071072f)
-rw-r--r-- | sbin/ffsinfo/ffsinfo.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ffsinfo/ffsinfo.8 b/sbin/ffsinfo/ffsinfo.8 index 4bf5cdd1cb18..90580f5767d5 100644 --- a/sbin/ffsinfo/ffsinfo.8 +++ b/sbin/ffsinfo/ffsinfo.8 @@ -113,10 +113,10 @@ If is provided, output will be sent to stdout. .El .Sh EXAMPLES -.Dl ffsinfo -o /var/tmp/ffsinfo -l 1023 /dev/vinum/testvol +.Dl ffsinfo -o /var/tmp/ffsinfo -l 1023 /dev/md0 .Pp will dump -.Pa /dev/vinum/testvol +.Pa /dev/md0 to .Pa /var/tmp/ffsinfo with all available information. |