aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-08-23 20:03:17 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-08-23 20:03:17 +0000
commitb4ec22b7b2898db046adc6edf096ec7e065817ca (patch)
tree883135ab5df2d595091ea707ea05c95b832b31a7 /regress
parentdf50213ad85d4924615a0bc692c6dfc5822917f1 (diff)
downloadmandoc-b4ec22b7b2898db046adc6edf096ec7e065817ca.tar.gz
mandoc-b4ec22b7b2898db046adc6edf096ec7e065817ca.tar.zst
mandoc-b4ec22b7b2898db046adc6edf096ec7e065817ca.zip
Suppress spacing before certain kinds of lists.
One benefit is a reduced probablity that a blank appears between a function name and the opening parenthesis introducing the arguments. The heuristics isn't perfect and may occasionally suppress a blank that wouldn't do harm.
Diffstat (limited to 'regress')
-rw-r--r--regress/eqn/matrix/basic.out_ascii2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/eqn/matrix/basic.out_ascii b/regress/eqn/matrix/basic.out_ascii
index 21087dee..b6013875 100644
--- a/regress/eqn/matrix/basic.out_ascii
+++ b/regress/eqn/matrix/basic.out_ascii
@@ -4,6 +4,6 @@ NNAAMMEE
mmaattrriixx--bbaassiicc - matrixes in equations
DDEESSCCRRIIPPTTIIOONN
- initial text ((_a_11 _a_21) (_a_12 _a_22)) (_b_1 _b_2) [sin ssiinn] final text
+ initial text ((_a_11 _a_21) (_a_12 _a_22)) (_b_1 _b_2)[sin ssiinn] final text
OpenBSD July 4, 2017 OpenBSD