pc(1): document -n option in manpage
This commit is contained in:
parent
a931ad737a
commit
d9d2925fa0
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ Multiple statements in one line can be separated by semicolons.
|
|||
.I Pc
|
||||
prints the value of all expressions that are not terminated by a semicolon.
|
||||
.PP
|
||||
.I Pc
|
||||
can be run non-interactively by using the
|
||||
.B -n
|
||||
switch. In this case no input prompt is printed.
|
||||
.PP
|
||||
Expressions can use the C-like operators
|
||||
.TP
|
||||
.B + - * ** \fR(exponentiation\fR)
|
||||
|
|
Loading…
Reference in a new issue