diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-08-23 20:03:17 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-08-23 20:03:17 +0000 |
commit | a56cf45e2bd5ca56ab01eac4da4e57e086e51e90 (patch) | |
tree | a7994c27421ac00d61770dfcd20dcfd968a9c9f2 /regress/eqn | |
parent | ddfc9b897c5dc3180c2cb77bdedcb614ad1ffe89 (diff) | |
download | mandoc-a56cf45e2bd5ca56ab01eac4da4e57e086e51e90.tar.gz |
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/eqn')
-rw-r--r-- | regress/eqn/matrix/basic.out_ascii | 2 |
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 |