diff options
author | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2017-06-29 04:24:32 +0000 |
---|---|---|
committer | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2017-06-29 04:24:32 +0000 |
commit | e5e3d7b2a98739443985aed933a6c2e50962bb66 (patch) | |
tree | ff62b34e649d610db06dbbc9d5b9ebb8a43b6e54 /share | |
parent | c8c07c56afc1f99aad34d7061323f7f99ba7d449 (diff) |
Fix incorrectly swapped labels of left/right arrows.
ok schwarze@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/eqn.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/eqn.7 b/share/man/man7/eqn.7 index 8504cd15c2f..8156cf497db 100644 --- a/share/man/man7/eqn.7 +++ b/share/man/man7/eqn.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eqn.7,v 1.8 2015/03/29 21:12:00 bentley Exp $ +.\" $OpenBSD: eqn.7,v 1.9 2017/06/29 04:24:31 bentley Exp $ .\" .\" Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 29 2015 $ +.Dd $Mdocdate: June 29 2017 $ .Dt EQN 7 .Os .Sh NAME @@ -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 |