mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* doc/mc.1.in: Update path to data the files. Rename MC_LIBDIR
to MC_DATADIR. Make the same changes in the translations.
This commit is contained in:
parent
6979a9fddf
commit
b509516df7
@ -63,9 +63,9 @@ para poder cambiar el directorio activo al directorio en uso dentro de Midnight
|
||||
(Gracias a Torben Fjerdingstad y Sergey por su contribución con ésta función
|
||||
y el código que implementa esta opción).
|
||||
Consultar en los ficheros
|
||||
.B @prefix@/lib/mc/bin/mc.sh
|
||||
.B @prefix@/share/mc/bin/mc.sh
|
||||
(usarios de bash y zsh) y
|
||||
.B @prefix@/lib/mc/bin/mc.csh
|
||||
.B @prefix@/share/mc/bin/mc.csh
|
||||
(usuarios de tcsh) las correspondientes definiciones de esta función.
|
||||
.TP
|
||||
.I "\-s"
|
||||
@ -1363,7 +1363,7 @@ el fichero .mc.menu del directorio actual, pero s
|
||||
usuario o del superusuario y no es modificable por todos.
|
||||
Si no se encuentra allí el fichero, se intenta de la misma manera con ~/.mc/menu,
|
||||
y si no, mc utiliza el menú por defecto para todo el sistema
|
||||
@prefix@/lib/mc/mc.menu.
|
||||
@prefix@/share/mc/mc.menu.
|
||||
.PP
|
||||
El formato del menú de fichero es muy simple. Las líneas que empiezan con
|
||||
todo excepto espacio o tab son consideradas entradas para el menú (para
|
||||
@ -1801,7 +1801,7 @@ ser
|
||||
Al arrancar Midnight Commander se carga la información
|
||||
de inicio del fichero ~/.mc/ini. Si éste no existe,
|
||||
se cargará la información del fichero de configuración genérico del sistema,
|
||||
@prefix@/lib/mc/mc.ini. Si el fichero de configuración
|
||||
@prefix@/share/mc/mc.ini. Si el fichero de configuración
|
||||
genérico del sistema no existe, MC utiliza la configuración por defecto.
|
||||
.PP
|
||||
El comando
|
||||
@ -2608,7 +2608,7 @@ La opci
|
||||
.I Usar siempre proxy
|
||||
obliga al programa a
|
||||
utilizar siempre el proxy. Si está fijada, el programa
|
||||
hará dos cosas: consultar el fichero @prefix@/lib/mc.no_proxy para leer
|
||||
hará dos cosas: consultar el fichero @prefix@/share/mc.no_proxy para leer
|
||||
las líneas que contienen nombres de máquinas locales (si el nombre de máquina
|
||||
empieza con un punto, se supone que es un dominio) y se asume que cualquier
|
||||
cualquier máquina sin puntos en su nombre es directamente accesible.
|
||||
@ -3032,7 +3032,7 @@ seleccionado en cada momento.
|
||||
Midnight Commander permite hacer ajustes a la base de datos de terminales
|
||||
del sistema sin necesidad de privilegios de superusuario. El programa
|
||||
busca definciones de teclas en el fichero de inicialización del sistema
|
||||
.B @prefix@/lib/mc/mc.lib
|
||||
.B @prefix@/share/mc/mc.lib
|
||||
o en el del usuario
|
||||
.B ~/.mc/ini,
|
||||
en la sección "terminal:nuestro-terminal" y si no en "terminal:general".
|
||||
@ -3077,14 +3077,14 @@ infrautilizadas).
|
||||
.\"NODE "FILES"
|
||||
.SH "FICHEROS AUXILIARES"
|
||||
El programa localiza toda su información en el directorio designado
|
||||
por la variable de entorno MC_LIBDIR, o en su defecto, en el directorio
|
||||
@prefix@/lib/mc.
|
||||
por la variable de entorno MC_DATADIR, o en su defecto, en el directorio
|
||||
@prefix@/share/mc.
|
||||
.PP
|
||||
@prefix@/lib/mc.hlp
|
||||
@prefix@/share/mc.hlp
|
||||
.IP
|
||||
Fichero de ayuda.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.ext
|
||||
@prefix@/share/mc/mc.ext
|
||||
.IP
|
||||
Fichero de extensiones por defecto del sistema.
|
||||
.PP
|
||||
@ -3093,12 +3093,12 @@ Fichero de extensiones por defecto del sistema.
|
||||
Fichero de usuario de extensiones y configuración de visor y editor. Si
|
||||
está presente prevalece sobre el contenido de los ficheros del sistema.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.ini
|
||||
@prefix@/share/mc/mc.ini
|
||||
.IP
|
||||
Fichero de configuración del sistema para Midnight Commander, sólo si
|
||||
el usuario no dispone de su propio ~/.mc/ini.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.lib
|
||||
@prefix@/share/mc/mc.lib
|
||||
.IP
|
||||
Opciones globales de Midnight Commander. Se aplican siempre a todos los
|
||||
usuarios, tengan ~/.mc/ini o no. Actualmente sólo se emplea para los
|
||||
@ -3112,12 +3112,12 @@ Configuraci
|
||||
se cargará la configuración desde aquí en lugar de desde el fichero de
|
||||
configuración del sistema.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.hint
|
||||
@prefix@/share/mc/mc.hint
|
||||
.IP
|
||||
Este fichero contiene los mensajes cortos de ayuda mostrados por el
|
||||
programa.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.menu
|
||||
@prefix@/share/mc/mc.menu
|
||||
.IP
|
||||
Este fichero contiene el menú de aplicaciones por defecto para el sistema.
|
||||
.PP
|
||||
|
@ -72,9 +72,9 @@ l'ultima directory corrente della shell come l'ultima directory in cui
|
||||
stava il Midnight Commander (grazie a Torben Fjerdingstad e Sergey per
|
||||
il contributo di questa funzione e per il codice che la implementa).
|
||||
Prelevate i file
|
||||
.B @prefix@/lib/mc/bin/mc.sh
|
||||
.B @prefix@/share/mc/bin/mc.sh
|
||||
(utenti bash e zsh) e rispettivamente
|
||||
.B @prefix@/lib/mc/bin/mc.csh
|
||||
.B @prefix@/share/mc/bin/mc.csh
|
||||
(utenti tcsh) per avere questa funzione definita.
|
||||
.TP
|
||||
.I "\-s"
|
||||
@ -1383,7 +1383,7 @@ utilizzato, se esiste, il file .mc.menu dalla directory corrente,
|
||||
ma solo se è di proprietà dell'utente o di root e se non è scrivibile
|
||||
a tutti. Se tale file non viene trovato, mc alla stessa maniera
|
||||
prova con ~/.mc/menu altrimenti usa il menu di sistema
|
||||
@prefix@/lib/mc/mc.menu.
|
||||
@prefix@/share/mc/mc.menu.
|
||||
.PP
|
||||
Il formato del file menu è molto semplice. Le righe che cominciano
|
||||
con qualsiasi cosa che non sia uno spazio o una tabulazione sono
|
||||
@ -1900,7 +1900,7 @@ per ulteriori informazioni.
|
||||
Alla partenza il Midnight Commander prova a caricare le informazioni di
|
||||
inizializzazione dal file ~/.mc/ini. Se questo file non esiste,
|
||||
caricherà le informazioni dal file di configurazione di sistema
|
||||
posizionato in @prefix@/lib/mc/mc.ini. Se il file di configurazione di
|
||||
posizionato in @prefix@/share/mc/mc.ini. Se il file di configurazione di
|
||||
sistema non esiste, MC userà le impostazioni predefinite.
|
||||
.PP
|
||||
Il comando
|
||||
@ -2564,7 +2564,7 @@ formatter
|
||||
o
|
||||
.B C++
|
||||
o altro). Questo comportamento viene controllato dal file
|
||||
.B @prefix@/lib/mc/edit.indent.rc
|
||||
.B @prefix@/share/mc/edit.indent.rc
|
||||
che viene copiato nel
|
||||
.B .mc/cedit/edit.indent.rc
|
||||
nella propria directory home la prima volta che lo si usa.
|
||||
@ -2724,7 +2724,7 @@ Virtual File System
|
||||
.\"Virtual FS"
|
||||
dialog box. This will configure the program
|
||||
to always use the proxy host. If this variable is set, the program
|
||||
will do two things: consult the @prefix@/lib/mc/mc.no_proxy file for
|
||||
will do two things: consult the @prefix@/share/mc/mc.no_proxy file for
|
||||
lines containing host names that are local (if the host name starts
|
||||
with a dot, it is assumed to be a domain) and to assume that any
|
||||
hostnames without dots in their names are directly accessible.
|
||||
@ -3190,14 +3190,14 @@ and unused keys everywhere).
|
||||
.SH "FILES"
|
||||
.PP
|
||||
The program will retrieve all of its information relative to the
|
||||
MC_LIBDIR environment variable, if this variable is not set, then it will
|
||||
fall back to the @prefix@/lib/mc directory.
|
||||
MC_DATADIR environment variable, if this variable is not set, then it will
|
||||
fall back to the @prefix@/share/mc directory.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.hlp
|
||||
@prefix@/share/mc/mc.hlp
|
||||
.IP
|
||||
The help file for the program.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.ext
|
||||
@prefix@/share/mc/mc.ext
|
||||
.IP
|
||||
The default system-wide extensions file.
|
||||
.PP
|
||||
@ -3206,12 +3206,12 @@ The default system-wide extensions file.
|
||||
User's own extension, view configuration and edit configuration
|
||||
file. They override the contents of the system wide files if present.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.ini
|
||||
@prefix@/share/mc/mc.ini
|
||||
.IP
|
||||
The default system-wide setup for the Midnight Commander, used only if
|
||||
the user doesn't have his own ~/.mc/ini file.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.lib
|
||||
@prefix@/share/mc/mc.lib
|
||||
.IP
|
||||
Global settings for the Midnight Commander. Settings in this file
|
||||
affect all users, whether they have ~/.mc/ini or not. Currently, only
|
||||
@ -3225,11 +3225,11 @@ are loaded from mc.lib.
|
||||
User's own setup. If this file is present then the setup is loaded
|
||||
from here instead of the system-wide startup file.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.hint
|
||||
@prefix@/share/mc/mc.hint
|
||||
.IP
|
||||
This file contains the hints (cookies) displayed by the program.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.menu
|
||||
@prefix@/share/mc/mc.menu
|
||||
.IP
|
||||
This file contains the default system-wide applications menu.
|
||||
.PP
|
||||
|
28
doc/mc.1.in
28
doc/mc.1.in
@ -56,9 +56,9 @@ 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
|
||||
.B @prefix@/lib/mc/bin/mc.sh
|
||||
.B @prefix@/share/mc/bin/mc.sh
|
||||
(bash and zsh users) respectively
|
||||
.B @prefix@/lib/mc/bin/mc.csh
|
||||
.B @prefix@/share/mc/bin/mc.csh
|
||||
(tcsh users) in order to have this function defined.
|
||||
.TP
|
||||
.I "\-s"
|
||||
@ -1339,7 +1339,7 @@ file .mc.menu from the current directory is used if it exists,
|
||||
but only if it is owned by user or root and is not world-writable.
|
||||
If no such file found, ~/.mc/menu is tried in the same way,
|
||||
and otherwise mc uses the default system-wide menu
|
||||
@prefix@/lib/mc/mc.menu.
|
||||
@prefix@/share/mc/mc.menu.
|
||||
.PP
|
||||
The format of the menu file is very simple. Lines that start with
|
||||
anything but space or tab are considered entries for the menu (in
|
||||
@ -1844,7 +1844,7 @@ for more information.
|
||||
At startup the Midnight Commander will try to load initialization
|
||||
information from the ~/.mc/ini file. If this file doesn't exist,
|
||||
it will load the information from the system-wide configuration file,
|
||||
located in @prefix@/lib/mc/mc.ini. If the system-wide configuration
|
||||
located in @prefix@/share/mc/mc.ini. If the system-wide configuration
|
||||
file doesn't exist, MC uses the default settings.
|
||||
.PP
|
||||
The
|
||||
@ -2482,7 +2482,7 @@ or
|
||||
.B C++
|
||||
code or another). This is controlled by the
|
||||
file
|
||||
.B @prefix@/lib/mc/edit.indent.rc
|
||||
.B @prefix@/share/mc/edit.indent.rc
|
||||
which is copied to
|
||||
.B .mc/cedit/edit.indent.rc
|
||||
in your home directory the first time you use it.
|
||||
@ -2643,7 +2643,7 @@ Virtual File System
|
||||
.\"Virtual FS"
|
||||
dialog box. This will configure the program
|
||||
to always use the proxy host. If this variable is set, the program
|
||||
will do two things: consult the @prefix@/lib/mc/mc.no_proxy file for
|
||||
will do two things: consult the @prefix@/share/mc/mc.no_proxy file for
|
||||
lines containing host names that are local (if the host name starts
|
||||
with a dot, it is assumed to be a domain) and to assume that any
|
||||
hostnames without dots in their names are directly accessible.
|
||||
@ -3108,14 +3108,14 @@ and unused keys everywhere).
|
||||
.SH "FILES"
|
||||
.PP
|
||||
The program will retrieve all of its information relative to the
|
||||
MC_LIBDIR environment variable, if this variable is not set, then it will
|
||||
fall back to the @prefix@/lib/mc directory.
|
||||
MC_DATADIR environment variable, if this variable is not set, then it will
|
||||
fall back to the @prefix@/share/mc directory.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.hlp
|
||||
@prefix@/share/mc/mc.hlp
|
||||
.IP
|
||||
The help file for the program.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.ext
|
||||
@prefix@/share/mc/mc.ext
|
||||
.IP
|
||||
The default system-wide extensions file.
|
||||
.PP
|
||||
@ -3124,12 +3124,12 @@ The default system-wide extensions file.
|
||||
User's own extension, view configuration and edit configuration
|
||||
file. They override the contents of the system wide files if present.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.ini
|
||||
@prefix@/share/mc/mc.ini
|
||||
.IP
|
||||
The default system-wide setup for the Midnight Commander, used only if
|
||||
the user doesn't have his own ~/.mc/ini file.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.lib
|
||||
@prefix@/share/mc/mc.lib
|
||||
.IP
|
||||
Global settings for the Midnight Commander. Settings in this file
|
||||
affect all users, whether they have ~/.mc/ini or not. Currently, only
|
||||
@ -3143,11 +3143,11 @@ are loaded from mc.lib.
|
||||
User's own setup. If this file is present then the setup is loaded
|
||||
from here instead of the system-wide startup file.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.hint
|
||||
@prefix@/share/mc/mc.hint
|
||||
.IP
|
||||
This file contains the hints (cookies) displayed by the program.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.menu
|
||||
@prefix@/share/mc/mc.menu
|
||||
.IP
|
||||
This file contains the default system-wide applications menu.
|
||||
.PP
|
||||
|
@ -426,16 +426,16 @@ spacing clean.
|
||||
|
||||
.PP
|
||||
.SH FILES
|
||||
@prefix@/lib/mc.hlp
|
||||
@prefix@/share/mc.hlp
|
||||
.IP
|
||||
The help file for the program.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.ini
|
||||
@prefix@/share/mc/mc.ini
|
||||
.IP
|
||||
The default system-wide setup for the Midnight Commander, used only if
|
||||
the user lacks his own ~/.mc/ini file.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.lib
|
||||
@prefix@/share/mc/mc.lib
|
||||
.IP
|
||||
Global settings for the Midnight Commander. Settings in this file are
|
||||
global to any Midnight Commander, it is useful to define site-global
|
||||
|
@ -1147,7 +1147,7 @@ przy u
|
||||
tylko wtedy kiedy jest on w posiadaniu użytkownika lub roota i mamy do niego
|
||||
prawa zapisu. Jeśli takiego nie ma próbuje się z plikiem ~/.mc/menu z tymi
|
||||
samymi założeniami, jeśli jego też nie ma - używa się standardowego pliku
|
||||
systemowego, który znajduje się w @prefix@/lib/mc/mc.menu.
|
||||
systemowego, który znajduje się w @prefix@/share/mc/mc.menu.
|
||||
.PP
|
||||
Format pliku z menu użytkownika jest bardzo prosty. Linie zaczynające się
|
||||
od czegokolwiek innego niż spacja lub tabulacja, są traktowane jako
|
||||
@ -1584,7 +1584,7 @@ System plik
|
||||
.SH " Zapisz ustawienia (Save Setup)"
|
||||
Na starcie Midnight Commander będzie próbował odczytać opcje startowe
|
||||
z pliku ~/.mc/ini. Jeśli on nie istnieje, odczyta on konfiguracje z
|
||||
ogólnodostępnego pliku @prefix@/lib/mc/mc.ini. Jeśli on też nie istnieje MC
|
||||
ogólnodostępnego pliku @prefix@/share/mc/mc.ini. Jeśli on też nie istnieje MC
|
||||
użyje swoich domyślnych ustawień.
|
||||
.PP
|
||||
Komenda
|
||||
@ -2283,7 +2283,7 @@ Inn
|
||||
w oknie konfiguracyjnym wirtualnego systemu plików. Skonfiguruje
|
||||
to program tak, aby zawsze
|
||||
używał serwera proxy. Jeśli ta zmienna jest ustawiona, program będzie robił
|
||||
dwie rzeczy: konsultował plik @prefix@/lib/mc.no_proxy w celu znalezienia linii
|
||||
dwie rzeczy: konsultował plik @prefix@/share/mc.no_proxy w celu znalezienia linii
|
||||
zawierających nazwy serwerów, które są lokalne (jeśli nazwa hosta zaczyna
|
||||
się od kropki, uznaje się, że jest to domena) i sprawdza czy jakieś hosty
|
||||
bez kropek w nazwie są widoczne bezpośrednio.
|
||||
@ -2785,11 +2785,11 @@ zupe
|
||||
Program będzie pobierał wszystkie swoje informacje ze zmiennej MCHOME,
|
||||
jeśli jest ona nie ustawiona to znowu przetwarzany jest katalog /usr.
|
||||
.PP
|
||||
@prefix@/lib/mc.hlp
|
||||
@prefix@/share/mc.hlp
|
||||
.IP
|
||||
Plik pomocy dla programu.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.ext
|
||||
@prefix@/share/mc/mc.ext
|
||||
.IP
|
||||
Standardowy plik rozszerzeń plików.
|
||||
.PP
|
||||
@ -2798,12 +2798,12 @@ Standardowy plik rozszerze
|
||||
Własny plik użytkownika, konfiguruje podgląd i edycje plików. Ma wyższy
|
||||
priorytet niż plik systemowy.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.ini
|
||||
@prefix@/share/mc/mc.ini
|
||||
.IP
|
||||
Standardowy plik setupu do Midnight Commandera, używany tylko wówczas,
|
||||
kiedy użytkownik nie ma swojego własnego pliku ~/.mc/ini.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.lib
|
||||
@prefix@/share/mc/mc.lib
|
||||
.IP
|
||||
Globalne ustawienia Midnight Commandera. Ustawienia w tym pliku są
|
||||
uwzględniane przez wszystkie sesje Midnight Commandera, użyteczne do
|
||||
@ -2814,11 +2814,11 @@ definiowania og
|
||||
Własny setup użytkownika. Jeśli ten plik jest dostępny, jest ładowany
|
||||
zamiast pliku globalnego.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.hint
|
||||
@prefix@/share/mc/mc.hint
|
||||
.IP
|
||||
Plik zawierający podpowiedzi (hints) wyświetlane przez program.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.menu
|
||||
@prefix@/share/mc/mc.menu
|
||||
.IP
|
||||
Ten plik zawiera informacje o ogólnosystemowych aplikacjach w menu.
|
||||
.PP
|
||||
|
@ -68,9 +68,9 @@ Midnight Commander -
|
||||
.IP
|
||||
Для того чтобы эти функции были определены
|
||||
для оболочек bash и zsh используйте файл
|
||||
.B @prefix@/lib/mc/bin/mc.sh
|
||||
.B @prefix@/share/mc/bin/mc.sh
|
||||
а для оболочки tcsh соответственно файл
|
||||
.B @prefix@/lib/mc/bin/mc.csh
|
||||
.B @prefix@/share/mc/bin/mc.csh
|
||||
.TP
|
||||
.I "\-s"
|
||||
Включает медленный режим терминала, в котором
|
||||
@ -1670,7 +1670,7 @@ regex,
|
||||
Если такого файла не найдено, таким же образом ищется файл
|
||||
.B ~/.mc/menu
|
||||
и, в последнюю очередь, mc использует общесистемное меню
|
||||
.B @prefix@/lib/mc/mc.menu.
|
||||
.B @prefix@/share/mc/mc.menu.
|
||||
.PP
|
||||
Формат всех трех файлов меню одинаков и очень прост. Строки
|
||||
комментариев начинаются с '#'. Дополнительные комментарии
|
||||
@ -3136,7 +3136,7 @@ Ctrl,
|
||||
по клавише F9, или переназначить клавишу) будет осуществляться
|
||||
форматирование выделенного блока кода на языке C, C++ или других.
|
||||
Форматирование управляется файлом
|
||||
.B @prefix@/lib/mc/edit.indent.rc
|
||||
.B @prefix@/share/mc/edit.indent.rc
|
||||
который при первом вызове копируется в
|
||||
.B .mc/cedit/edit.indent.rc
|
||||
в вашем домашнем каталоге.
|
||||
@ -3375,7 +3375,7 @@ MC
|
||||
меню "Настройки". В таком случае программа всегда будет
|
||||
использовать указанный прокси-сервер. При этом (если опция
|
||||
установлена) программа делает следующее: считывает из файла
|
||||
.B @prefix@/lib/mc/mc.no_proxy
|
||||
.B @prefix@/share/mc/mc.no_proxy
|
||||
имена локальных машин (если имя начинается с точки, оно
|
||||
считается именем домена), и, если заданное при установлении
|
||||
FTP-соединения имя машины совпадает с
|
||||
@ -3969,18 +3969,18 @@ insert=\\e[Op
|
||||
.PP
|
||||
Программа извлекает всю нужную ей информацию из файлов, пути
|
||||
к которым определяются относительно переменной окружения
|
||||
.B MC_LIBDIR.
|
||||
.B MC_DATADIR.
|
||||
Если эта переменная не задана, происходит обращение
|
||||
к так называемому библиотечному каталогу программы Midnight
|
||||
Commander. Для того, чтобы узнать имя этого каталога, дайте
|
||||
команду
|
||||
.B mc -f
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.hlp
|
||||
@prefix@/share/mc/mc.hlp
|
||||
.IP
|
||||
Файл подсказки для программы.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.ext
|
||||
@prefix@/share/mc/mc.ext
|
||||
.IP
|
||||
Используемый по умолчанию общесистемный файл расширений.
|
||||
.PP
|
||||
@ -3989,14 +3989,14 @@ Commander.
|
||||
Файл расширений пользователя. Если этот файл существует,
|
||||
он используется вместо общесистемного файла расширений.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.ini
|
||||
@prefix@/share/mc/mc.ini
|
||||
.IP
|
||||
Используемый по умолчанию общесистемный файл установок
|
||||
для Midnight Commander; используется только в
|
||||
тех случаях, когда пользователь не имеет своего файла
|
||||
.B ~/.mc/ini
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.lib
|
||||
@prefix@/share/mc/mc.lib
|
||||
.IP
|
||||
Глобальные установки для Midnight Commander. Установки из этого файла
|
||||
действительны для всех пользователей, независимо от того, имеют
|
||||
@ -4012,12 +4012,12 @@ Commander.
|
||||
существует, то установки загружаются из него, а не
|
||||
из общесистемного инициализационного файла программы.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.hint
|
||||
@prefix@/share/mc/mc.hint
|
||||
.IP
|
||||
Этот файл содержит подсказки (hints или cookies),
|
||||
циклически отображаемые программой.
|
||||
.PP
|
||||
@prefix@/lib/mc/mc.menu
|
||||
@prefix@/share/mc/mc.menu
|
||||
.IP
|
||||
Этот файл содержит общесистемное меню приложений.
|
||||
.PP
|
||||
|
Loading…
Reference in New Issue
Block a user