diff options
author | Leah Neukirchen <leah@vuxu.org> | 2021-04-21 15:10:28 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2021-04-21 15:10:28 +0200 |
commit | 93e8a4a8920360c730f80f6dfe4353e626bf3502 (patch) | |
tree | 0fba96eaf4e04e9f7e7b145e08190df356c47416 /man | |
parent | e8981b723d35c530ef217140c965287ecd0e9031 (diff) | |
download | mblaze-93e8a4a8920360c730f80f6dfe4353e626bf3502.tar.gz mblaze-93e8a4a8920360c730f80f6dfe4353e626bf3502.tar.xz mblaze-93e8a4a8920360c730f80f6dfe4353e626bf3502.zip |
mcom: also read $VISUAL to find the editor
Closes #206.
Diffstat (limited to 'man')
-rw-r--r-- | man/mcom.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/mcom.1 b/man/mcom.1 index 5e1b940..36fd6f3 100644 --- a/man/mcom.1 +++ b/man/mcom.1 @@ -1,4 +1,4 @@ -.Dd February 5, 2020 +.Dd April 21, 2021 .Dt MCOM 1 .Os .Sh NAME @@ -132,8 +132,10 @@ Preview the draft, using .El .Sh ENVIRONMENT .Bl -tag -width Ds -.It Ev EDITOR +.It Ev EDITOR , Ev VISUAL Editor used to compose messages. +(Default: +.Xr vi 1 ) .It Ev MBLAZE Directory containing mblaze configuration files. (Default: |