From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id d11f59f9 for ; Thu, 20 Jul 2017 06:07:57 -0500 (EST) Date: Thu, 20 Jul 2017 06:07:57 -0500 (EST) Message-Id: <1763723725922546020.enqueue@fantadrom.bsd.lv> X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: mandoc: Fix incorrectly swapped labels of left/right arrows; from X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Fix incorrectly swapped labels of left/right arrows; from bentley@. Modified Files: -------------- mandoc: eqn.7 Revision Data ------------- Index: eqn.7 =================================================================== RCS file: /home/cvs/mandoc/mandoc/eqn.7,v retrieving revision 1.35 retrieving revision 1.36 diff -Leqn.7 -Leqn.7 -u -p -r1.35 -r1.36 --- eqn.7 +++ eqn.7 @@ -125,7 +125,7 @@ int (integral), sum (summation), grad (g 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 -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv