The branch main has been updated by 0mp (doc, ports committer):

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

commit f7c7a6ac00f13e2d47d50844dd92071933c33a56
Author:     Mateusz Piotrowski <[email protected]>
AuthorDate: 2021-11-02 07:11:50 +0000
Commit:     Mateusz Piotrowski <[email protected]>
CommitDate: 2021-11-02 07:30:11 +0000

    dpv.1: Fix an example
    
    dpv(1) requires a label to be specified.
    
    MFC after:      3 days
---
 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 d571addfa7c9..dd5829f6829c 100644
--- a/usr.bin/dpv/dpv.1
+++ b/usr.bin/dpv/dpv.1
@@ -374,7 +374,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 ,

Reply via email to