From d47991cc90fede74b5e7fe809ec8c6024db1893a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 20 Aug 2017 12:04:21 +0200 Subject: [PATCH] operator.7: ffix Signed-off-by: Michael Kerrisk --- man7/operator.7 | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/man7/operator.7 b/man7/operator.7 index 6f5b89dc8..0abc398d5 100644 --- a/man7/operator.7 +++ b/man7/operator.7 @@ -43,22 +43,25 @@ operator \- C operator precedence and order of evaluation .SH DESCRIPTION This manual page lists C operators and their precedence in evaluation. .PP -.nf -.B "Operator Associativity" -() [] \-> . left to right -! ~ ++ \-\- + \- (type) * & sizeof right to left -* / % left to right -+ \- left to right -<< >> left to right -< <= > >= left to right -== != left to right -& left to right -^ left to right -| left to right -&& left to right -|| left to right -?: right to left -= += \-= *= /= %= <<= >>= &= ^= |= right to left -, left to right +.TS +lb lb +l l. +Operator Associativity +() [] \-> . left to right +! ~ ++ \-\- + \- (type) * & sizeof right to left +* / % left to right ++ \- left to right +<< >> left to right +< <= > >= left to right +== != left to right +& left to right +^ left to right +| left to right +&& left to right +|| left to right +?: right to left += += \-= *= /= %= <<= >>= &= ^= |= right to left +, left to right +.TE .fi .\"