mirror of https://github.com/MidnightCommander/mc
* doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
(FILES): Document changes in mc behavior. ~/.mc/ini now override mc.lib settings.
This commit is contained in:
parent
8b5418771b
commit
8755da29c0
|
@ -1,3 +1,9 @@
|
||||||
|
2002-02-27 Andrew V. Samoilov <kai@cmail.ru>
|
||||||
|
|
||||||
|
* doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
|
||||||
|
(FILES): Document changes in mc behavior. ~/.mc/ini now override
|
||||||
|
mc.lib settings.
|
||||||
|
|
||||||
2002-02-26 Pavel Roskin <proski@gnu.org>
|
2002-02-26 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* lib/mc.ext.in: Run "file" before "nm" to avoid an error
|
* lib/mc.ext.in: Run "file" before "nm" to avoid an error
|
||||||
|
@ -2132,3 +2138,4 @@ Thu Nov 26 12:20:06 1998 Pavel Roskin <pavel_roskin@geocities.com>
|
||||||
* configure.in: Use MC_HPUX_PROG_CC_STDC
|
* configure.in: Use MC_HPUX_PROG_CC_STDC
|
||||||
|
|
||||||
* ChangeLog: There was no ChangeLog here, so I added one.
|
* ChangeLog: There was no ChangeLog here, so I added one.
|
||||||
|
>>>>>>> 1.417
|
||||||
|
|
13
doc/mc.1.in
13
doc/mc.1.in
|
@ -2062,6 +2062,16 @@ the braces is used as a prompt. The macro is substituted by the text
|
||||||
typed by the user. The user can press ESC or F10 to cancel. This macro
|
typed by the user. The user can press ESC or F10 to cancel. This macro
|
||||||
doesn't work on the command line yet.
|
doesn't work on the command line yet.
|
||||||
.PP
|
.PP
|
||||||
|
.I "%var{ENV:default}"
|
||||||
|
.IP
|
||||||
|
If environment variable
|
||||||
|
.I ENV
|
||||||
|
is unset, the
|
||||||
|
.I default
|
||||||
|
is substituted. Otherwise, the value of
|
||||||
|
.I ENV
|
||||||
|
is substituted.
|
||||||
|
.PP
|
||||||
.SH " The subshell support"
|
.SH " The subshell support"
|
||||||
The subshell support is a compile time option, that works with the
|
The subshell support is a compile time option, that works with the
|
||||||
shells: bash, tcsh and zsh.
|
shells: bash, tcsh and zsh.
|
||||||
|
@ -3132,8 +3142,7 @@ the user doesn't have his own ~/.mc/ini file.
|
||||||
@prefix@/lib/mc/mc.lib
|
@prefix@/lib/mc/mc.lib
|
||||||
.IP
|
.IP
|
||||||
Global settings for the Midnight Commander. Settings in this file
|
Global settings for the Midnight Commander. Settings in this file
|
||||||
affect all users, whether they have ~/.mc/ini or not, as long as
|
affect all users, whether they have ~/.mc/ini or not. Currently, only
|
||||||
~/.mc/ini doesn't override them. Currently, only
|
|
||||||
.\"LINK2"
|
.\"LINK2"
|
||||||
terminal settings
|
terminal settings
|
||||||
.\"Terminal databases"
|
.\"Terminal databases"
|
||||||
|
|
Loading…
Reference in New Issue