summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/bc/bc.13
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/bc/bc.1 b/usr.bin/bc/bc.1
index cf274185efa..68d9c5f8232 100644
--- a/usr.bin/bc/bc.1
+++ b/usr.bin/bc/bc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bc.1,v 1.19 2005/09/30 20:34:25 jaredy Exp $
+.\" $OpenBSD: bc.1,v 1.20 2005/10/29 08:27:25 jmc Exp $
.\"
.\" Copyright (C) Caldera International Inc. 2001-2002.
.\" All rights reserved.
@@ -331,7 +331,6 @@ the exponential function and
.Pp
prints approximate values of the exponential function of
the first ten integers.
-.Pp
.Bd -literal -offset indent
$ bc -l -e 'scale = 500; 2 * a(2^10000)' -e quit
.Ed