mirror of
https://git.suckless.org/9base
synced 2025-09-02 21:33:48 -07:00
man page fixes by Daniel Baumann
This commit is contained in:
2
bc/bc.1
2
bc/bc.1
@@ -159,7 +159,7 @@ Function definitions
|
|||||||
.B ,
|
.B ,
|
||||||
.I L
|
.I L
|
||||||
.B ){
|
.B ){
|
||||||
.PD0
|
.PD
|
||||||
.br
|
.br
|
||||||
.B auto
|
.B auto
|
||||||
.I L
|
.I L
|
||||||
|
@@ -17,7 +17,7 @@ The following primitives are used to construct
|
|||||||
.TP "\w'\fIn1 \fL-eq \fIn2\fLXX'u"
|
.TP "\w'\fIn1 \fL-eq \fIn2\fLXX'u"
|
||||||
.BI -r " file"
|
.BI -r " file"
|
||||||
True if the file exists (is accessible) and is readable.
|
True if the file exists (is accessible) and is readable.
|
||||||
.PD0
|
.PD
|
||||||
.TP
|
.TP
|
||||||
.BI -w " file"
|
.BI -w " file"
|
||||||
True if the file exists and is writable.
|
True if the file exists and is writable.
|
||||||
@@ -146,7 +146,7 @@ following operators:
|
|||||||
.TP "\w'\fL( \fIexpr\fL )XX'u"
|
.TP "\w'\fL( \fIexpr\fL )XX'u"
|
||||||
.B !
|
.B !
|
||||||
unary negation operator
|
unary negation operator
|
||||||
.PD0
|
.PD
|
||||||
.TP
|
.TP
|
||||||
.B -o
|
.B -o
|
||||||
binary
|
binary
|
||||||
|
Reference in New Issue
Block a user