mirror of https://github.com/MidnightCommander/mc
Update documentation about -P option.
This commit is contained in:
parent
cca4ac1b16
commit
c89b240e4f
14
doc/mc.1.in
14
doc/mc.1.in
|
@ -46,17 +46,15 @@ Displays the compiled-in search paths for Midnight Commander files.
|
|||
Reset softkeys to their default from the termcap/terminfo
|
||||
database. Only useful on HP terminals when the function keys don't work.
|
||||
.TP
|
||||
.I "-l file"
|
||||
.I "\-l file"
|
||||
Save the ftpfs dialog with the server in file.
|
||||
.TP
|
||||
.I "\-P"
|
||||
.I "\-P file"
|
||||
At program end, the Midnight Commander will print the last working
|
||||
directory. This function should not be used directly, instead, it should
|
||||
be used from a special shell function that will automatically change the
|
||||
current directory of the shell to the last directory the Midnight
|
||||
Commander was in (thanks to Torben Fjerdingstad and Sergey for
|
||||
contributing this function and the code implementing this option).
|
||||
Source the files
|
||||
directory to the specified file. This function should not be used
|
||||
directly. Instead, it should be used from a special shell function that
|
||||
automatically changes the current directory of the shell to the last
|
||||
directory the Midnight Commander was in. Source the files
|
||||
.B @prefix@/share/mc/bin/mc.sh
|
||||
(bash and zsh users) respectively
|
||||
.B @prefix@/share/mc/bin/mc.csh
|
||||
|
|
Loading…
Reference in New Issue