summaryrefslogtreecommitdiff
path: root/sys/man
diff options
context:
space:
mode:
authorSigrid Solveig Haflínudóttir <sigrid@ftrv.se>2022-09-16 18:46:46 +0000
committerSigrid Solveig Haflínudóttir <sigrid@ftrv.se>2022-09-16 18:46:46 +0000
commit05b08f6665b8b0c14c0cb4caa42929db8d26c6c9 (patch)
treeb749e6e85017177ea3396f7f64abe7c6b19bac0a /sys/man
parent6901f0c40f4c72fe730a4daab3ae30f930a5e968 (diff)
pc: remove -n option and check if stdin is cons instead
Diffstat (limited to 'sys/man')
-rw-r--r--sys/man/1/pc5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/man/1/pc b/sys/man/1/pc
index 287938541..e85e87370 100644
--- a/sys/man/1/pc
+++ b/sys/man/1/pc
@@ -16,11 +16,6 @@ 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)