summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-10-29 08:27:25 +0000
committerjmc <jmc@openbsd.org>2005-10-29 08:27:25 +0000
commit37a864e30b887333e189fc41e8b08479ed6f38af (patch)
tree123f5dbf75b93c6ff5424da0f9490628fae3d193
parentAccount a self-reference for directories in udf_getattr(), okay deraadt@ (diff)
downloadwireguard-openbsd-37a864e30b887333e189fc41e8b08479ed6f38af.tar.xz
wireguard-openbsd-37a864e30b887333e189fc41e8b08479ed6f38af.zip
do not put a .Pp before a display;
-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