From 6715294b900f4defc2111f8d76591b65339f11de Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 17 Aug 2000 16:46:02 +0000 Subject: [PATCH] * doc/mc.sgml: Curly braces replaced with { and } Fixed all misuses of single and double quotes. Typo fixes. Ensured compatability with sgml2html, sgml2txt and sgml2latex * doc/mc.1.in: Typo fix --- ChangeLog | 5 ++ doc/mc.1.in | 2 +- doc/mc.sgml | 226 ++++++++++++++++++++++++++-------------------------- 3 files changed, 121 insertions(+), 112 deletions(-) diff --git a/ChangeLog b/ChangeLog index 617d83674..960071369 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2000-08-17 Pavel Roskin + * doc/mc.sgml: Curly braces replaced with { and } + Fixed all misuses of single and double quotes. Typo fixes. + Ensured compatability with sgml2html, sgml2txt and sgml2latex + * doc/mc.1.in: Typo fix + * doc/mc.sgml: made compatible with sgml-tools 1.0.9 * doc/linuxdoc-sgml.diff: removed * doc/Makefile.in: don't distribute linuxdoc-sgml.diff, diff --git a/doc/mc.1.in b/doc/mc.1.in index 11c9e9dd9..85c4a0e01 100644 --- a/doc/mc.1.in +++ b/doc/mc.1.in @@ -853,7 +853,7 @@ environment variable. If .B PAGER is undefined, the "view" command is invoked. If you use Shift-F3 instead, the viewer will be invoked without doing any formatting or -pre processing to the file. +preprocessing to the file. .PP .B Filtered View (M-!) .PP diff --git a/doc/mc.sgml b/doc/mc.sgml index 74c0cd4b7..0c44fa717 100644 --- a/doc/mc.sgml +++ b/doc/mc.sgml @@ -11,6 +11,8 @@ to achieve | Normal use | Inside tag (tag, em, tt, etc.) | Verbatim [ [ [ [ ] ] ] ] + { { { { + } } } } \ \ \ \ < < < < > > > > @@ -82,12 +84,12 @@ files @prefix@/lib/mc/bin/mc.sh (bash and zsh users) respectively @prefix@/lib/mc/bin/mc.csh (tcsh users) instead. This way you will not need to change your profiles if the function definitions are improved, provided that you don't compile MC with a different prefix. - bash and zsh users: + mc () -{ +{ mkdir -p ~/.mc/tmp 2> /dev/null chmod 700 ~/.mc/tmp MC=~/.mc/tmp/mc$$-"$RANDOM" @@ -95,12 +97,15 @@ mc () cd "`cat $MC`" rm "$MC" unset MC; -} - -tcsh usres: -alias mc 'setenv MC `@prefix@/bin/mc -P \!*`; cd $MC; unsetenv MC' - +} + +tcsh users: + + +alias mc 'setenv MC `@prefix@/bin/mc -P \!*`; cd $MC; unsetenv MC' + + I know the bash function could be shorter for zsh and bash but the backquotes on bash won't accept your suspension the program with C-z. The temporary file is created in the private directory ~/.mc/tmp @@ -338,7 +343,7 @@ If /), then it will select directories instead of files. -' with the mouse. +to depressing the Shell Command Line You may want to save often used panelize commands under a @@ -998,8 +1003,7 @@ matches all the files *desc. Example: .tar matches *.tar) The Midnight Commander has some options that may be toggled on and off in several dialogs which are accessible from this menu. Options -are enabled if they have an asterisk or "x" in front of them. +are enabled if they have an asterisk or The command pops up a dialog from which you @@ -1232,7 +1236,7 @@ Pause after run and Other Options. is the home directory for the user +guest, while ˜/guest is the directory guest in your home directory. ˜/src:/usr/src, allowing you to change your directory to +any of the directories inside the ˜/src and /usr/src directories, from any place in the file system by using it's relative name (for example cd linux could take you to -/usr/src/linux). +/usr/src/linux). Macro Substitution and the file to be copied is /bla. Let's suppose you want to swap basename and extension so -that "file.c" will become "c.file" and so on. The source -mask for this is "*.*" and the destination is "\2.\1". +that /bla/*.tgz and the file to be copied is /bla/foo.tgz. Let's suppose you want to swap basename and extension so -that "file.c" will become "c.file" and so on. The source -mask for this is "^\(.*\)\.\(.*\)$" and the destination is -"\2.\1". +that -You can also use '\' as a quote character. For example, -'\\' is a backslash and '\*' is an asterisk. +You can also use Internal File Viewer file for the -section "terminal:your-terminal-name" and then for the -section "terminal:general", each line of the section +section @prefix@/lib/mc.hlp The help file for the program. @prefix@/lib/mc/mc.ext The default system-wide extensions file. -˜/.mc/ext User's own extension, view configuration and +˜/.mc/ext User's own extension, view configuration and edit configuration file. They override the contents of the system wide files if present. @prefix@/lib/mc/mc.ini The default system-wide setup for the Midnight Commander, used only if the user lacks his -own ˜/.mc/ini file. +own ˜/.mc/ini file. @prefix@/lib/mc/mc.lib Global settings for the Midnight Commander. Settings in this file are global to any Midnight Commander, it is useful to define site-global terminal settings. -˜/.mc/ini User's own setup. If this file is present +˜/.mc/ini User's own setup. If this file is present then the setup is loaded from here instead of the system-wide startup file. @prefix@/lib/mc/mc.hint This file contains the hints (cookies) displayed by the program. @prefix@/lib/mc/mc.menu This file contains the default system-wide applications menu. -˜/.mc/menu User's own application menu. If this file +˜/.mc/menu User's own application menu. If this file is present it is used instead of the system-wide applications menu. -˜/.mc/tree The directory list for the directory tree +˜/.mc/tree The directory list for the directory tree and tree view features. Each line is one entry. The lines starting with a slash are full directory names. The lines starting with a number have that many characters equal to