mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* 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>
|
2000-09-24 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* lib/mc.sh.in: remove temporary file non-interactively
|
* doc/mc.1.in: Minor formatting fixes.
|
||||||
* doc/mc.1.in: updated example for mc.sh
|
|
||||||
|
* 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>
|
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:
|
tcsh users:
|
||||||
alias mc 'setenv MC `@prefix@/bin/mc -P \!*`; cd $MC; unsetenv MC'
|
alias mc 'setenv MC `@prefix@/bin/mc -P \!*`; cd $MC; unsetenv MC'
|
||||||
.fi
|
.fi
|
||||||
.TP
|
|
||||||
I know the bash function could be shorter for zsh and bash but the
|
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
|
backquotes on bash won't accept your suspension the program with
|
||||||
C-z. The temporary file is created in the private directory ~/.mc/tmp
|
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.
|
displays the file size.
|
||||||
.PP
|
.PP
|
||||||
.B bsize,
|
.B bsize,
|
||||||
is an alternative form of the <bf/size/ format. It
|
is an alternative form of the
|
||||||
displays the size of the files and for directories it just shows
|
.B size
|
||||||
SUB-DIR or UP--DIR.
|
format. It displays the size of the files and for directories it just
|
||||||
|
shows SUB-DIR or UP--DIR.
|
||||||
.PP
|
.PP
|
||||||
.B type,
|
.B type,
|
||||||
displays a one character field type. This character is a superset of what
|
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
|
.PP
|
||||||
.B nlink,
|
.B nlink,
|
||||||
the number of links to the file.
|
the number of links to the file.
|
||||||
|
.PP
|
||||||
.B ngid,
|
.B ngid,
|
||||||
the GID (numeric).
|
the GID (numeric).
|
||||||
.PP
|
.PP
|
||||||
@ -2722,7 +2724,7 @@ into a special directory which name is in the following
|
|||||||
format:
|
format:
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
/#sh:[user@]machine[:options];/[remote-dir];</em>
|
/#sh:[user@]machine[:options]/[remote-dir]
|
||||||
.fi
|
.fi
|
||||||
The,
|
The,
|
||||||
.I user,
|
.I user,
|
||||||
|
Loading…
Reference in New Issue
Block a user