git: 484cec486ddc - stable/13 - ffsinfo: Update example to avoid to-be-deprecated vinum

Ed Maste emaste at FreeBSD.org
Sat Apr 10 01:26:38 UTC 2021


The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=484cec486ddcde8c4c009f786f57e3609c1c25db

commit 484cec486ddcde8c4c009f786f57e3609c1c25db
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-10 01:26:23 +0000

    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)
---
 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-all mailing list