Fix zonecfg.1m formatting
Review Request #2021 — Created June 26, 2019 and updated — Latest diff uploaded
Information | |
---|---|
seeemef@mac.com | |
illumos-gate | |
11354 | |
Reviewers | |
general | |
zonecfg.1m has some formatting problems with spacing and boldness.
Where possible (i.e. not in an
.nf
segment), I used the simpler man(5) syntax for bold, italic, alternating bold/italic, etc.
Following is a diff of `/usr/bin/groff -Thtml -mandoc -c` for the former and current content of zonecfg.1m: *************** *** 75,78 **** ! <p style="margin-left:14%; margin-top: 1em">zonecfg ! <b>-z</b> <i>zonename subcommand</i></p> --- 75,78 ---- ! <p style="margin-left:14%; margin-top: 1em"><b>zonecfg ! -z</b> <i>zonename subcommand</i></p> *************** *** 582,585 **** interface with the specified address. To allow multiple ! addresses (for example, an IPv4 and IPv6 address), use add ! net multiple times.</p> --- 582,585 ---- interface with the specified address. To allow multiple ! addresses (for example, an IPv4 and IPv6 address), use ! <b>add net</b> multiple times.</p> *************** *** 810,816 **** mounted within the zone; for example "ufs,pcfs". ! By default, only hsfs(7fs) and network filesystems can be ! mounted. If the first entry in the list is "-" ! then that disables all of the default filesystems. If any ! filesystems are listed after "-" then only those ! filesystems can be mounted.</p> --- 810,817 ---- mounted within the zone; for example "ufs,pcfs". ! By default, only <b>hsfs</b>(7fs) and network filesystems ! can be mounted. If the first entry in the list is ! "-" then that disables all of the default ! filesystems. If any filesystems are listed after ! "-" then only those filesystems can be ! mounted.</p> *************** *** 1125,1128 **** <p style="margin-left:11%; margin-top: 1em"><b>create [-F] ! [ -a</b> <i>path</i> |<b>-b | -t</b> ! <i>template</i><b>]</b></p> --- 1126,1129 ---- <p style="margin-left:11%; margin-top: 1em"><b>create [-F] ! [ -a</b> <i>path</i> <b>| -b | -t</b> <i>template</i> ! <b>]</b></p> *************** *** 1210,1213 **** <p style="margin-left:11%; margin-top: 1em"><b>remove</b> ! <i>resource-type</i><b>{</b><i>property-name</i><b>=</b><i>property ! -value</i><b>}</b>(global scope)</p> --- 1211,1215 ---- <p style="margin-left:11%; margin-top: 1em"><b>remove</b> ! <i>resource-type</i> ! <b>[</b><i>property-name</i><b>=</b><i>property-value</i><b>]</b> ! (global scope)</p> *************** *** 1234,1236 **** The <b>{}</b> syntax means 1 or more of whatever is inside ! the curly braces. You must specify enough <i>property -name property-value</i> pairs for the resource to be uniquely --- 1236,1238 ---- The <b>{}</b> syntax means 1 or more of whatever is inside ! the curly braces. You must specify enough <i>property-name property-value</i> pairs for the resource to be uniquely *************** *** 1239,1241 **** <p style="margin-left:11%; margin-top: 1em"><b>set</b> ! <i>property-name</i><b>=</b><i>property</i><b>-</b><i>value</i></p> --- 1241,1243 ---- <p style="margin-left:11%; margin-top: 1em"><b>set</b> ! <i>property-name</i><b>=</b><i>property-value</i></p> ***************