diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2017-05-28 15:45:07 -0400 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2017-05-28 15:45:07 -0400 |
commit | db46e826c23973ee2cdc93a2fcbe465fc022d0ff (patch) | |
tree | 6806c1e016e891e17abf1d045819dfa6dbc585b3 /sys/man/1 | |
parent | 9c70c81e708bf576833b8f2079c0c07242c1c8cc (diff) |
newt: add !cmd
Diffstat (limited to 'sys/man/1')
-rwxr-xr-x | sys/man/1/newt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/man/1/newt b/sys/man/1/newt index 3c51477ea..5dab90e89 100755 --- a/sys/man/1/newt +++ b/sys/man/1/newt @@ -140,6 +140,9 @@ Run the .I command with the whole message as standard input. .TP +.BI ! command +Escape to the shell to do command. +.TP \fB"\fP Print the current message in quoted form, suitable for reply. .PP |