diff options
author | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2019-06-21 02:28:35 +0000 |
---|---|---|
committer | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2019-06-21 02:28:35 +0000 |
commit | 54bcedd72dc89405dcc77beb00e8ed003c4c8076 (patch) | |
tree | e1f2ca3b089aac19d4c0850f62bf4da4dbaec098 /share/man | |
parent | 81285fa7a14202291d7195ff1128d25fa83e2f5f (diff) |
Don't try to fake a horizontal rule with a bunch of hyphens.
ok jmc@ schwarze@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man7/operator.7 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man7/operator.7 b/share/man/man7/operator.7 index cca0ee46fc9..e620c985f6b 100644 --- a/share/man/man7/operator.7 +++ b/share/man/man7/operator.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: operator.7,v 1.10 2017/05/30 17:28:03 tb Exp $ +.\" $OpenBSD: operator.7,v 1.11 2019/06/21 02:28:34 bentley Exp $ .\" $NetBSD: operator.7,v 1.3 1994/11/30 19:07:26 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)operator.7 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: May 30 2017 $ +.Dd $Mdocdate: June 21 2019 $ .Dt OPERATOR 7 .Os .Sh NAME @@ -40,7 +40,6 @@ .Bd -ragged -offset indent .Bl -column "= += -= *= /= %= <<= >>= &= ^= |=" "Associativity" .It Sy Operator Ta Sy Associativity -.It -------- Ta ------------- .It "\&() [] -> \&." Ta "left to right" .It "! ~ ++ -- - (type) * & sizeof" Ta "right to left" .It "\&* / %" Ta "left to right" |