shithub: pc

Download patch

ref: 174b17bb208f2fe4a0973a91f3477d4f1df96c4a
parent: b77bdf97b0177c7b5c7998479eda1f9f78d6b95b
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Fri Feb 18 20:11:13 EST 2022

manpage: -n does not exist anymore

--- a/pc.1
+++ b/pc.1
@@ -3,9 +3,6 @@
 pc \- programmer's calculator
 .SH SYNOPSIS
 .B pc
-[
-.B -n
-]
 .SH DESCRIPTION
 .I Pc
 is an arbitrary precision integer calculator with a special emphasis on supporting two's complement bit operations and working with different number bases.
@@ -15,11 +12,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