From dbe8c287a0d686b0bc01dc7bbeb686479ee4360e Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Wed, 10 Feb 2010 21:25:02 +0300 Subject: [PATCH] Updated FISH VFS description. Added description of FISH capability to connect to remote server using any specified port. Signed-off-by: Andrew Borodin --- doc/man/mc.1.in | 11 +++++++++-- doc/man/ru/mc.1.in | 7 +++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/doc/man/mc.1.in b/doc/man/mc.1.in index 4726e2507..48881962d 100644 --- a/doc/man/mc.1.in +++ b/doc/man/mc.1.in @@ -2938,9 +2938,15 @@ elements are optional. If you specify the element, the Midnight Commander will try to login on the remote machine as that user, otherwise it will use your login name. .PP -The +The available .I options -are 'C' \- use compression and 'rsh' use rsh instead of ssh. If the +are: +.nf + 'C' \- use compression; + 'r' \- use rsh instead of ssh; + port \- specify the port used by remote server. +.fi +If the .I remote\-dir element is present, your current directory on the remote machine will be set to this one. @@ -2951,6 +2957,7 @@ Examples: /#sh:onlyrsh.mx:r/linux/local /#sh:joe@want.compression.edu:C/private /#sh:joe@noncompressed.ssh.edu/private + /#sh:joe@somehost.ssh.edu:2222/private .fi .\"NODE " Network File System" .SH " Network File System" diff --git a/doc/man/ru/mc.1.in b/doc/man/ru/mc.1.in index bf5fc0564..491b44821 100644 --- a/doc/man/ru/mc.1.in +++ b/doc/man/ru/mc.1.in @@ -3321,8 +3321,10 @@ bash\-совместимая оболочка shell. .I options могут использоваться: .nf - 'C' \- использовать сжатие и - 'r' \- использовать rsh вместо ssh. + 'C' \- использовать сжатие; + 'r' \- использовать rsh вместо ssh; + port \- использовать данный порт для поключения +к удалённому компьютеру. .fi Если задан элемент .IR remote\-dir , @@ -3335,6 +3337,7 @@ bash\-совместимая оболочка shell. /#sh:onlyrsh.mx:r/linux/local /#sh:joe@want.compression.edu:C/private /#sh:joe@noncompressed.ssh.edu/private + /#sh:joe@somehost.ssh.edu:2222/private .fi .\"NODE " Network File System" .SH " Файловая система NFS (Network File System)"