=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bc/bc.1,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/bc/bc.1 2004/04/21 08:21:42 1.16 --- src/usr.bin/bc/bc.1 2004/08/25 21:59:59 1.17 *************** *** 1,4 **** ! .\" $OpenBSD: bc.1,v 1.16 2004/04/21 08:21:42 jmc Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: bc.1,v 1.17 2004/08/25 21:59:59 jmc Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. *************** *** 172,180 **** The boolean not (!) operator has much lower precedence than the same operator in the C language. ! This has the consquence that the expression .Sy !a < b ! is interpeted as .Sy !(a < b) . Prudent programmers use parentheses when writing expressions involving boolean operators. --- 172,180 ---- The boolean not (!) operator has much lower precedence than the same operator in the C language. ! This has the consequence that the expression .Sy !a < b ! is interpreted as .Sy !(a < b) . Prudent programmers use parentheses when writing expressions involving boolean operators.