diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-20 11:07:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-20 11:07:27 +0000 |
commit | 4a5917397fc7fa169ce637221f208cd267aa09aa (patch) | |
tree | daa46a70adde5c9e95bab4751b1496bbd29e088d | |
parent | f639d9fc2b0290c1c2f634a9c5e1ff74c79cbfad (diff) | |
download | mandoc-4a5917397fc7fa169ce637221f208cd267aa09aa.tar.gz |
Fix incorrectly swapped labels of left/right arrows; from bentley@.
-rw-r--r-- | eqn.7 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ int (integral), sum (summation), grad (gradient), del (vector differential), times (multiply), cdot (center-dot), nothing (zero-width space), approx (approximately equals), prime (prime), half (one-half), partial (partial differential), inf (infinity), >> (much greater), << -(much less), \-> (left arrow), <\- (right arrow), +\- (plus-minus), != +(much less), <\- (left arrow), \-> (right arrow), +\- (plus-minus), != (not equal), == (equivalence), <= (less-than-equal), and >= (more-than-equal). The character escape sequences documented in |