mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
mdoc(7) police: -column lists require column width specifiers.
This commit is contained in:
parent
23325424a7
commit
9597e1c260
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79361
@ -144,7 +144,7 @@ the octal sequence to the full 3 octal digits.
|
||||
A backslash followed by certain special characters maps to special
|
||||
values.
|
||||
.Pp
|
||||
.Bl -column
|
||||
.Bl -column "\ea"
|
||||
.It "\ea <alert character>
|
||||
.It "\eb <backspace>
|
||||
.It "\ef <form-feed>
|
||||
@ -161,7 +161,7 @@ Represents the range of characters between the range endpoints, inclusively.
|
||||
Represents all characters belonging to the defined character class.
|
||||
Class names are:
|
||||
.Pp
|
||||
.Bl -column
|
||||
.Bl -column "xdigit"
|
||||
.It "alnum <alphanumeric characters>
|
||||
.It "alpha <alphabetic characters>
|
||||
.It "cntrl <control characters>
|
||||
|
Loading…
Reference in New Issue
Block a user