summaryrefslogtreecommitdiff
path: root/usr.bin/bc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2011-08-30 12:25:10 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2011-08-30 12:25:10 +0000
commit53dfb28324429335ce7ec410f00c309b99d7841e (patch)
treeb0490dda2eedd128ed149b7a2979f7d43c4c79d4 /usr.bin/bc
parent859339e7550ddc109339399fae6054e85a5616ae (diff)
in column lists, enforce the following ordering:
.Bl -column header1 header2 ... <Bl flags> mixing things up confuses mandoc, and adding flags in can screw up the list. this hopefully just makes things a bit safer (and more consistent). (one more bit of work left and all column lists should format how we want)
Diffstat (limited to 'usr.bin/bc')
-rw-r--r--usr.bin/bc/bc.17
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/bc/bc.1 b/usr.bin/bc/bc.1
index ac0633e3a9b..09129f713f4 100644
--- a/usr.bin/bc/bc.1
+++ b/usr.bin/bc/bc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bc.1,v 1.28 2011/03/07 09:56:51 jmc Exp $
+.\" $OpenBSD: bc.1,v 1.29 2011/08/30 12:25:09 jmc Exp $
.\"
.\" Copyright (C) Caldera International Inc. 2001-2002.
.\" All rights reserved.
@@ -34,7 +34,7 @@
.\"
.\" @(#)bc.1 6.8 (Berkeley) 8/8/91
.\"
-.Dd $Mdocdate: March 7 2011 $
+.Dd $Mdocdate: August 30 2011 $
.Dt BC 1
.Os
.Sh NAME
@@ -135,8 +135,7 @@ The following arithmetic and logical operators can be used.
The semantics of the operators is the same as in the C language.
They are listed in order of decreasing precedence.
Operators in the same group have the same precedence.
-.Bl -column -offset indent "= += \-= *= /= %= ^=" "Associativity" \
-"multiply, divide, modulus"
+.Bl -column "= += \-= *= /= %= ^=" "Associativity" "multiply, divide, modulus" -offset indent
.It Sy "Operator" Ta Sy "Associativity" Ta Sy "Description"
.It "++ \-\-" Ta "none" Ta "increment, decrement"
.It "\-" Ta "none" Ta "unary minus"