From c83c2315dd45bb0bc590995ea0899a0ebd1b59dc Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 13 Mar 2023 20:33:40 -0230 Subject: update man page --- pfc.1 | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/pfc.1 b/pfc.1 index e253eb5..869f96b 100644 --- a/pfc.1 +++ b/pfc.1 @@ -37,6 +37,9 @@ Delete the contents of the input buffer. .TP .B Shift-c Delete the contents of the input buffer and the stack. +.TP +.B Shift-a +Toggle between degree and radian mode. .SS Operators .TP .B + @@ -55,23 +58,14 @@ Division. Exponentiation. .SS Functions .TP -.B dsin -Sine function (degrees). -.TP -.B dcos -Cosine function (degrees). -.TP -.B dtan -Tangent function (degrees). -.TP -.B rsin -Sine function (radians). +.B sin +Sine function. .TP -.B rcos -Cosine function (radians). +.B cos +Cosine function. .TP -.B rtan -Tangent function (radians). +.B tan +Tangent function. .TP .B deg Convert radians to degrees. -- cgit v1.2.3