Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Nov 2021 17:55:34 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: b6f39b843659 - stable/12 - dpv.1: Fix an example
Message-ID:  <202111071755.1A7HtYXp046333@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by 0mp (doc, ports committer):

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

commit b6f39b843659eca082d5db54fb1f6f4ffe367d35
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-11-02 07:11:50 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-11-07 17:49:51 +0000

    dpv.1: Fix an example
    
    dpv(1) requires a label to be specified.
    
    MFC after:      3 days
    
    (cherry picked from commit f7c7a6ac00f13e2d47d50844dd92071933c33a56)
---
 usr.bin/dpv/dpv.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.bin/dpv/dpv.1 b/usr.bin/dpv/dpv.1
index 992251c88ab9..d18eff24343b 100644
--- a/usr.bin/dpv/dpv.1
+++ b/usr.bin/dpv/dpv.1
@@ -360,7 +360,7 @@ dpv -o /dev/ada0 -m label disk-image.img
 .Pp
 Zeroing a disk:
 .Bd -literal -offset indent
-dpv -o /dev/md42 < /dev/zero
+dpv -o /dev/md42 "Zeroing md42" < /dev/zero
 .Ed
 .Sh SEE ALSO
 .Xr dialog 1 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111071755.1A7HtYXp046333>