Fix problem with extra space after an Xr, because aZ was being called twice.
Fix the no-space-after-a-period-in-macro problem. Obtained from: NetBSD
This commit is contained in:
parent
c9527183c9
commit
82490b9ad8
@ -409,7 +409,7 @@
|
||||
. ie \\n(jM==2 .as b1 \&\\*(A\\n(aP
|
||||
. el .as b1 \&\f\\n(cF\s\\n(cZ\\*(A\\n(aP\fP\s0
|
||||
. ie \\n(aC==\\n(aP \{\
|
||||
. as b1 \&\f\\n(cF\s\\n(cZ
|
||||
. as b1 \f\\n(cF\s\\n(cZ
|
||||
. aZ
|
||||
. \}
|
||||
. el \{\
|
||||
@ -2269,18 +2269,16 @@
|
||||
. ie \\n(C\\n(aP>2 .y\\n(C\\n(aP
|
||||
. el \{\
|
||||
. as b1 \&\\*(xR\\*(A\\n(aP\fP\s0
|
||||
. if \\n(aC>\\n(aP \{\
|
||||
. nr aP \\n(aP+1
|
||||
. nr aP \\n(aP+1
|
||||
. if \\n(aC>=\\n(aP \{\
|
||||
. if \\n(C\\n(aP==2 \{\
|
||||
. as b1 \&(\\*(A\\n(aP)
|
||||
. nr aP \\n(aP+1
|
||||
. \}
|
||||
. if \\n(aC>=\\n(aP \{\
|
||||
. c\\n(C\\n(aP
|
||||
. \}
|
||||
. \}
|
||||
. ie \\n(aC>=\\n(aP .c\\n(C\\n(aP
|
||||
. el .aZ
|
||||
. \}
|
||||
. aZ
|
||||
. \}
|
||||
.\}
|
||||
..
|
||||
|
Loading…
x
Reference in New Issue
Block a user