=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bc/bc.1,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/bc/bc.1 2003/10/19 19:21:48 1.7 --- src/usr.bin/bc/bc.1 2003/10/20 09:27:48 1.8 *************** *** 1,4 **** ! .\" $OpenBSD: bc.1,v 1.7 2003/10/19 19:21:48 otto Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: bc.1,v 1.8 2003/10/20 09:27:48 jmc Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. *************** *** 125,133 **** a string of characters, enclosed in double quotes .Ed .Pp ! The E's in a for statement may all three be empty. This is a non-portable extension. ! The continue statement also is a non-portable extension. .Pp Function definitions .Bd -unfilled -offset indent -compact --- 125,133 ---- a string of characters, enclosed in double quotes .Ed .Pp ! All three E's in a for statement may be empty. This is a non-portable extension. ! The continue statement is also a non-portable extension. .Pp Function definitions .Bd -unfilled -offset indent -compact *************** *** 235,241 **** or .Sq \&! operators. - .Pp .Pp .Ql Quit is interpreted when read, not when executed. --- 235,240 ----