The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=a64096aa63ea1303ae8d20d4147b3b097071072f
commit a64096aa63ea1303ae8d20d4147b3b097071072f Author: Ed Maste <[email protected]> AuthorDate: 2021-03-29 00:04:29 +0000 Commit: Ed Maste <[email protected]> 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
