mirror of https://github.com/MidnightCommander/mc
* doc/mc.1.in: Minor formatting fixes.
This commit is contained in:
parent
5693a5b3c4
commit
c49a891c8d
|
@ -1,7 +1,9 @@
|
|||
2000-09-24 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/mc.sh.in: remove temporary file non-interactively
|
||||
* doc/mc.1.in: updated example for mc.sh
|
||||
* doc/mc.1.in: Minor formatting fixes.
|
||||
|
||||
* lib/mc.sh.in: Remove temporary file non-interactively.
|
||||
* doc/mc.1.in: updated example for mc.sh.
|
||||
|
||||
2000-09-23 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
|
|
12
doc/mc.1.in
12
doc/mc.1.in
|
@ -77,7 +77,7 @@ mc ()
|
|||
tcsh users:
|
||||
alias mc 'setenv MC `@prefix@/bin/mc -P \!*`; cd $MC; unsetenv MC'
|
||||
.fi
|
||||
.TP
|
||||
|
||||
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
|
||||
|
@ -676,9 +676,10 @@ displays the file name.
|
|||
displays the file size.
|
||||
.PP
|
||||
.B bsize,
|
||||
is an alternative form of the <bf/size/ format. It
|
||||
displays the size of the files and for directories it just shows
|
||||
SUB-DIR or UP--DIR.
|
||||
is an alternative form of the
|
||||
.B size
|
||||
format. It displays the size of the files and for directories it just
|
||||
shows SUB-DIR or UP--DIR.
|
||||
.PP
|
||||
.B type,
|
||||
displays a one character field type. This character is a superset of what
|
||||
|
@ -705,6 +706,7 @@ an octal value with the current permission bits of the file.
|
|||
.PP
|
||||
.B nlink,
|
||||
the number of links to the file.
|
||||
.PP
|
||||
.B ngid,
|
||||
the GID (numeric).
|
||||
.PP
|
||||
|
@ -2722,7 +2724,7 @@ into a special directory which name is in the following
|
|||
format:
|
||||
.PP
|
||||
.nf
|
||||
/#sh:[user@]machine[:options];/[remote-dir];</em>
|
||||
/#sh:[user@]machine[:options]/[remote-dir]
|
||||
.fi
|
||||
The,
|
||||
.I user,
|
||||
|
|
Loading…
Reference in New Issue