diff options
author | 2017-06-29 04:24:31 +0000 | |
---|---|---|
committer | 2017-06-29 04:24:31 +0000 | |
commit | ecfd62095e502da55abc87f944a47d6e0f9c3344 (patch) | |
tree | 01caeafb89023caac160916ee674f04599c5bbb4 /share/man/man7 | |
parent | Switch TIOCSTAT to _IO(). Two decades ago it was mistakenly defined to (diff) | |
download | wireguard-openbsd-ecfd62095e502da55abc87f944a47d6e0f9c3344.tar.xz wireguard-openbsd-ecfd62095e502da55abc87f944a47d6e0f9c3344.zip |
Fix incorrectly swapped labels of left/right arrows.
ok schwarze@
Diffstat (limited to 'share/man/man7')
-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 |