mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
style.mdoc: fix list width alignment instructions
MFC after: 3 days Reported by: imp Reviewed by: mhorne, imp Approved by: mhorne (mentor) Pull Request: https://github.com/freebsd/freebsd-src/pull/1530 (cherry picked from commit 4152ed2b999a0a8ccabfc085120e1c848d4f934a)
This commit is contained in:
parent
3b210577b8
commit
70858d8e20
1 changed files with 3 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd April 12, 2024
|
||||
.Dd December 12, 2024
|
||||
.Dt STYLE.MDOC 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -124,7 +124,8 @@ The
|
|||
.Fl width
|
||||
argument to the
|
||||
.Sy \&.Bl
|
||||
macro should match the length of the longest item in the list, e.g.:
|
||||
macro should match the length of the longest rendered item in the list,
|
||||
e.g.:
|
||||
.Bd -literal -offset indent
|
||||
\&.Bl -tag -width "-a address"
|
||||
\&.It Fl a Ar address
|
||||
|
|
|
|||
Loading…
Reference in a new issue