Merge pull request #25 from TLINDEN/doc/fix-formating

fix pod formatting (fixes #24)
This commit is contained in:
T.v.Dein
2023-12-05 20:09:42 +01:00
committed by GitHub
2 changed files with 23 additions and 10 deletions

View File

@@ -186,12 +186,14 @@ Configuration Commands:
[no]showstack show the last 5 items of the stack (noshowtack turns it off)
Show commands:
dump display the stack contents
hex show last stack item in hex form (converted to int)
history display calculation history
vars show list of variables
Stack manipulation commands:
clear clear the whole stack
shift remove the last element of the stack
reverse reverse the stack elements
@@ -201,6 +203,7 @@ Stack manipulation commands:
edit edit the stack interactively using vi or $EDITOR
Other commands:
help|? show this message
manual show manual
quit|exit|c-d|c-c exit program