=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bc/bc.1,v retrieving revision 1.33 retrieving revision 1.34 diff -c -r1.33 -r1.34 *** src/usr.bin/bc/bc.1 2017/10/08 15:14:52 1.33 --- src/usr.bin/bc/bc.1 2017/10/09 06:59:07 1.34 *************** *** 1,4 **** ! .\" $OpenBSD: bc.1,v 1.33 2017/10/08 15:14:52 jmc Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: bc.1,v 1.34 2017/10/09 06:59:07 otto Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. *************** *** 34,40 **** .\" .\" @(#)bc.1 6.8 (Berkeley) 8/8/91 .\" ! .Dd $Mdocdate: October 8 2017 $ .Dt BC 1 .Os .Sh NAME --- 34,40 ---- .\" .\" @(#)bc.1 6.8 (Berkeley) 8/8/91 .\" ! .Dd $Mdocdate: October 9 2017 $ .Dt BC 1 .Os .Sh NAME *************** *** 332,338 **** prints approximate values of the exponential function of the first ten integers. .Bd -literal -offset indent ! $ bc -l -e 'scale = 500; 2 * a(2^10000)' -e quit .Ed .Pp prints an approximation of pi. --- 332,338 ---- prints approximate values of the exponential function of the first ten integers. .Bd -literal -offset indent ! $ bc -l -e 'scale = 500; 4 * a(1)' -e quit .Ed .Pp prints an approximation of pi.