git: 9front

Download patch

ref: e7258f9138491ec3c01880fd38c3593a88459d67
parent: cd7faab2f1e32a5465f531d18e1babd2f98a997e
author: aiju <devnull@localhost>
date: Sun Aug 28 09:49:26 EDT 2016

pc(1): document -n option in manpage

--- a/sys/man/1/pc
+++ b/sys/man/1/pc
@@ -16,6 +16,11 @@
 .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)
--