diff options
author | Giuseppe Di Natale <[email protected]> | 2017-08-24 10:30:42 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-08-24 10:30:42 -0700 |
commit | d7323e79a61fa7c6dd0b4bbcf4e5658c4fbea3dd (patch) | |
tree | 682f1133ad502573b96b8367881f26e7d6784dc5 /man/man8/zdb.8 | |
parent | e4b6b2db124eac51580833d45d83dfde05cbc55c (diff) |
OpenZFS 8547 - update mandoc to 1.14.3
Authored by: Yuri Pankov <[email protected]>
Reviewed by: Robert Mustacchi <[email protected]>
Approved by: Richard Lowe <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Ported-by: Giuseppe Di Natale <[email protected]>
OpenZFS-issue: https://www.illumos.org/issues/8547
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/c66b804
Closes #6549
Diffstat (limited to 'man/man8/zdb.8')
-rw-r--r-- | man/man8/zdb.8 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/man/man8/zdb.8 b/man/man8/zdb.8 index 4e47de7be..d69d6f529 100644 --- a/man/man8/zdb.8 +++ b/man/man8/zdb.8 @@ -43,7 +43,7 @@ .Nm .Fl E .Op Fl A -.Ar word0 Ns : Ns Ar word1 Ns :...: Ns Ar word15 +.Ar word0 Ns \&: Ns Ar word1 Ns :...: Ns Ar word15 .Nm .Fl l .Op Fl Aqu @@ -63,7 +63,7 @@ .Op Fl A .Op Fl e Oo Fl V Oc Op Fl p Ar path ... .Op Fl U Ar cache -.Ar poolname vdev Ns : Ns Ar offset Ns : Ns Ar size Ns Op : Ns Ar flags +.Ar poolname vdev Ns \&: Ns Ar offset Ns \&: Ns Ar size Ns Op : Ns Ar flags .Nm .Fl S .Op Fl AP @@ -159,7 +159,7 @@ Display the statistics independently for each deduplication table. Dump the contents of the deduplication tables describing duplicate blocks. .It Fl DDDDD Also dump the contents of the deduplication tables describing unique blocks. -.It Fl E Ar word0 Ns : Ns Ar word1 Ns :...: Ns Ar word15 +.It Fl E Ar word0 Ns \&: Ns Ar word1 Ns :...: Ns Ar word15 Decode and display block from an embedded block pointer specified by the .Ar word arguments. @@ -225,7 +225,9 @@ must be relative to the root of This option can be combined with .Fl v for increasing verbosity. -.It Fl R Ar poolname vdev Ns : Ns Ar offset Ns : Ns Ar size Ns Op : Ns Ar flags +.It Xo +.Fl R Ar poolname vdev Ns \&: Ns Ar offset Ns \&: Ns Ar size Ns Op : Ns Ar flags +.Xc Read and display a block from the specified device. By default the block is displayed as a hex dump, but see the description of the .Sy r |