diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2023-07-29 09:11:03 -0230 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2023-07-29 09:11:03 -0230 |
| commit | 619c4bd3c0e17799521e2d6258737167ee1e5909 (patch) | |
| tree | 20d13f99feeafd42bb55c8b306a5497344b0a946 | |
| parent | 0c696a7a9462c234bdc65a883420442d9e2cb720 (diff) | |
| download | pfc-619c4bd3c0e17799521e2d6258737167ee1e5909.zip | |
remove superfluous keyboard command descriptions from man page
| -rw-r--r-- | doc/cmd.1 | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -5,21 +5,6 @@ Quit. . .TP -.B [0..9] -Enter a digit into the input buffer. -pfc works with floating point numbers so the -.B . -character is OK as well. -. -.TP -.B Backspace -Remove a digit from the input buffer. -. -.TP -.B Enter -Push the number in the input buffer to the stack. -. -.TP .B Shift-j Swap the bottom (most recently pushed) item on the stack with the input buffer. If the input buffer is empty this simply moves the most recently pushed item |