diff options
author | 2003-11-12 19:35:54 +0000 | |
---|---|---|
committer | 2003-11-12 19:35:54 +0000 | |
commit | d9a2992341e4b2e9bc9ffe6ba9f09b007e240741 (patch) | |
tree | 382ecc132d61c0b701d5f9a26bbc7a4022b91f31 | |
parent | Don't hold on to the bind() while we loop around waiting to see if we can (diff) | |
download | wireguard-openbsd-d9a2992341e4b2e9bc9ffe6ba9f09b007e240741.tar.xz wireguard-openbsd-d9a2992341e4b2e9bc9ffe6ba9f09b007e240741.zip |
kill some .Pp's before displays;
ok otto@
-rw-r--r-- | usr.bin/bc/bc.1 | 6 |
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 () |