diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2017-05-26 11:15:35 -0400 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2017-05-26 11:15:35 -0400 |
commit | 9c70c81e708bf576833b8f2079c0c07242c1c8cc (patch) | |
tree | 255784b222f67488cd6d58c183156b3f5eb63dc8 /sys/man | |
parent | ce17224eaf159e48b4cbb40c437bb2b3e008ca9e (diff) |
newt: honor environment variables $editor and $pager
Diffstat (limited to 'sys/man')
-rwxr-xr-x[-rw-r--r--] | sys/man/1/newt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/man/1/newt b/sys/man/1/newt index ee3ab6e71..3c51477ea 100644..100755 --- a/sys/man/1/newt +++ b/sys/man/1/newt @@ -142,6 +142,12 @@ with the whole message as standard input. .TP \fB"\fP Print the current message in quoted form, suitable for reply. +.PP +The environment variables +.B $editor +and +.B $pager +are honored. .SH FILES .B $home/lib/newsgroups list of newsgroups, one per line |