diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-01 22:15:34 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-01 22:15:34 +0000 |
commit | 71f28fb5b9b69242cdb2409406fadb49fae0141e (patch) | |
tree | fbdfca5c85af885cdd5d0acf2b447a07b96942e2 /share/man | |
parent | 6b1e569c59bab3c3de0b004433c85195e23694c5 (diff) |
order of evaluation and associativity are not the same; chopps@netbsd.org
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man7/operator.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man7/operator.7 b/share/man/man7/operator.7 index dbe6976f66c..76c0c2fc6e5 100644 --- a/share/man/man7/operator.7 +++ b/share/man/man7/operator.7 @@ -38,7 +38,7 @@ .Os .Sh NAME .Nm operator -.Nd C operator precedence and order of evaluation +.Nd C operator precedence and associativity .Sh DESCRIPTION .Bd -ragged -offset indent -compact .Bl -column "Operator Associativity " |