diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-06 00:19:54 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-06 00:19:54 +0000 |
commit | 8bfd46f38d1b15589e5ffa8b44915557a3030385 (patch) | |
tree | 02789eb4144757c270da344ddd007d37cb15d92a /regress/eqn/unary/diacrit.in | |
parent | e0015d9facf740a96124938363ba25c3b6c09af8 (diff) | |
download | mandoc-8bfd46f38d1b15589e5ffa8b44915557a3030385.tar.gz |
Fix operator precedence according to Brian W. Kernighan and Lorinda
L. Cherry, "Typesetting Mathematics - User's Guide (Second Edition)",
August 15, 1978, paragraph 23; swarm of bugs pointed out by bentley@.
Diffstat (limited to 'regress/eqn/unary/diacrit.in')
-rw-r--r-- | regress/eqn/unary/diacrit.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/eqn/unary/diacrit.in b/regress/eqn/unary/diacrit.in index 00e83cbb..e039b4ce 100644 --- a/regress/eqn/unary/diacrit.in +++ b/regress/eqn/unary/diacrit.in @@ -1,4 +1,4 @@ -.\" $OpenBSD: diacrit.in,v 1.2 2017/07/04 14:53:23 schwarze Exp $ +.\" $OpenBSD: diacrit.in,v 1.3 2017/07/06 00:08:52 schwarze Exp $ .Dd $Mdocdate$ .Dt UNARY-DIACRIT 1 .Os @@ -10,5 +10,6 @@ initial text .EQ x dot x dotdot x hat x tilde x vec x dyad { x + y } bar { x + y } under +x tilde hat .EN final text |