summaryrefslogtreecommitdiff
path: root/usr.bin/bc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-11-12 19:35:55 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-11-12 19:35:55 +0000
commit783379fec0a4d54d8b4d3d8b894bbb68ce79d145 (patch)
tree8b73523439d6090067912c95bb840857af06de7d /usr.bin/bc
parent8a273f48114f16f7979a8e970bea191b8fc37161 (diff)
kill some .Pp's before displays;
ok otto@
Diffstat (limited to 'usr.bin/bc')
-rw-r--r--usr.bin/bc/bc.16
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/bc/bc.1 b/usr.bin/bc/bc.1
index f71f74b0de5..3d1bb2f2e48 100644
--- a/usr.bin/bc/bc.1
+++ b/usr.bin/bc/bc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bc.1,v 1.12 2003/11/11 19:49:40 otto Exp $
+.\" $OpenBSD: bc.1,v 1.13 2003/11/12 19:35:54 jmc Exp $
.\"
.\" Copyright (C) Caldera International Inc. 2001-2002.
.\" All rights reserved.
@@ -168,8 +168,7 @@ Any other character following a backslash will be ignored.
Strings will not be assigned to `last'.
.Pp
Function definitions
-.Pp
-.Bd -unfilled -offset indent -compact
+.Bd -unfilled -offset indent
define L ( L ,..., L ) {
auto L, ... , L
S; ... S
@@ -180,7 +179,6 @@ define L ( L ,..., L ) {
As a non-portable extension, the opening brace of the define statement
may appear on the next line.
The return statement may also appear in the following forms:
-.Pp
.Bd -unfilled -offset indent
return
return ()