diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2023-02-09 09:58:58 -0330 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2023-02-09 09:58:58 -0330 |
| commit | 9e3c9eeef438ddd03fa541dd11cbdfed3b1a5394 (patch) | |
| tree | 6f09f2c4059c38c9debb2fc985d1b18f68b5c021 | |
| parent | f44da64b326ea4a798d8bee641aaeba286236165 (diff) | |
| download | pfc-0.4.0.zip | |
update documentation to 0.4v0.4.0
| -rw-r--r-- | config.mk | 2 | ||||
| -rw-r--r-- | pfc.1 | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -VERSION = 0.3 +VERSION = 0.4 PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man @@ -34,6 +34,9 @@ The same as .TP .B d Delete the contents of the input buffer. +.TP +.B Shift-d +Delete the contents of the input buffer and the stack. .SS Operators .TP .B + |