Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2020 13:10:37 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 2a69e0b98663 - stable/12 - MFC r368815: zonectl(8): Fix a few issues reported by mandoc
Message-ID:  <202012271310.0BRDAbhv062295@gitrepo.freebsd.org>

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

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

commit 2a69e0b9866321db0afb98bf5087f8a6d17ef53e
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2020-12-19 13:51:46 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2020-12-27 13:06:59 +0000

    MFC r368815: zonectl(8): Fix a few issues reported by mandoc
    
    - Add missing quotation mark for a comment above the .Dd
    - inserting missing end of block: Sh breaks Bd
    - skipping paragraph macro: Pp before Bl
    - skipping paragraph macro: Pp before Bd
    - empty block: Bd
    
    (cherry picked from commit 8ef235787bcf90735e76bd476084f1ff016b7619)
---
 usr.sbin/zonectl/zonectl.8 | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/usr.sbin/zonectl/zonectl.8 b/usr.sbin/zonectl/zonectl.8
index 5e2f313603c7..64331917fb62 100644
--- a/usr.sbin/zonectl/zonectl.8
+++ b/usr.sbin/zonectl/zonectl.8
@@ -104,7 +104,6 @@ These zones must be written sequentially.
 If they are not written sequentially, starting at the write pointer, the
 command will fail.
 .El
-.Pp
 .Bl -tag -width 12n
 .It Fl c Ar cmd
 Specify the zone subcommand:
@@ -208,14 +207,12 @@ zonectl -d /dev/da5 -c params
 .Ed
 .Pp
 Display basic zoning information for disk da5.
-.Pp
 .Bd -literal -offset indent
 zonectl -d /dev/da5 -c rz
 .Ed
 .Pp
 Issue the Report Zones command to disk da5, and print out all
 zones on the drive in the default format.
-.Pp
 .Bd -literal -offset indent
 zonectl -d /dev/da5 -c rz -o reset -P script
 .Ed
@@ -223,14 +220,11 @@ zonectl -d /dev/da5 -c rz -o reset -P script
 Issue the Report Zones command to disk da5, and print out all
 of the zones that have the Reset Write Pointer Recommended bit set to true.
 Print the zones in a script friendly form.
-.Pp
 .Bd -literal -offset indent
 zonectl -d /dev/da5 -c rwp -l 0x2c80000
 .Ed
 .Pp
 Issue the Reset Write Pointer command to disk da5 for the zone
 that starts at LBA 0x2c80000.
-.Pp
-.Bd -literal -offset indent
 .Sh AUTHORS
 .An Kenneth Merry Aq ken@FreeBSD.org



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