summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-10-29 08:27:26 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-10-29 08:27:26 +0000
commit84d17598c1bb1d200d4ebc0757e0a167486b07d1 (patch)
treec3fbad97cdfd35569b8705fab7b49f19fce39cb3 /usr.bin
parenta4222a88318399b878b59f7d371874f9dbec7e3c (diff)
do not put a .Pp before a display;
Diffstat (limited to 'usr.bin')
-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