=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bc/bc.1,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/bc/bc.1 2003/09/26 13:47:16 1.5 --- src/usr.bin/bc/bc.1 2003/10/18 19:57:10 1.6 *************** *** 1,4 **** ! .\" $OpenBSD: bc.1,v 1.5 2003/09/26 13:47:16 otto Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: bc.1,v 1.6 2003/10/18 19:57:10 otto Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. *************** *** 120,127 **** for ( E ; E ; E ) S null statement break quit ! a string of letters, enclosed in double quotes .Ed .Pp Function definitions --- 120,128 ---- for ( E ; E ; E ) S null statement break + continue quit ! a string of characters, enclosed in double quotes .Ed .Pp Function definitions *************** *** 136,142 **** The sequence .Sq \e\ is ignored within numbers. ! The newline character may be part part of a string. .Pp Functions in .Fl lm --- 137,143 ---- The sequence .Sq \e\ is ignored within numbers. ! A string may contain any character, except double quote. .Pp Functions in .Fl lm