mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Fixed the bug in D1 macro where it would eat its first (text) argument.
Obtained from: mdocNG
This commit is contained in:
parent
ce30815172
commit
bc5b7aaa50
1 changed files with 2 additions and 14 deletions
|
|
@ -2417,20 +2417,8 @@
|
|||
. \}
|
||||
. el \{\
|
||||
. ds mN D1
|
||||
. ds A1 \\$1
|
||||
. ds A2 \\$2
|
||||
. ds A3 \\$3
|
||||
. ds A4 \\$4
|
||||
. ds A5 \\$5
|
||||
. ds A6 \\$6
|
||||
. ds A7 \\$7
|
||||
. ds A8 \\$8
|
||||
. ds A9 \\$9
|
||||
. nr fV \\n(.$
|
||||
. fV
|
||||
. nr aP \\n(aP+1
|
||||
. ie \\n(C\\n(aP==1 .\\*(A\\n(aP
|
||||
. el .No
|
||||
. aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
|
||||
. No
|
||||
. \}
|
||||
.\}
|
||||
.el \{\
|
||||
|
|
|
|||
Loading…
Reference in a new issue