git: a64096aa63ea - main - ffsinfo: Update example to avoid to-be-deprecated vinum
Ed Maste
emaste at FreeBSD.org
Sat Apr 3 20:30:26 UTC 2021
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=a64096aa63ea1303ae8d20d4147b3b097071072f
commit a64096aa63ea1303ae8d20d4147b3b097071072f
Author: Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-03-29 00:04:29 +0000
Commit: Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-04-03 20:29:14 +0000
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
---
sbin/ffsinfo/ffsinfo.8 | 4 ++--
1 file 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.
More information about the dev-commits-src-main
mailing list