1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

* doc/misc/tramp.texi (Frequently Asked Questions): Fix formatting.

This commit is contained in:
Michael Albinus 2022-07-10 14:19:55 +02:00
parent a7fff36991
commit e45411966f

View file

@ -5681,12 +5681,12 @@ Unloading @value{tramp} resets Ange FTP plugins also.
@item
What is the difference between Ange FTP and TRAMP?
What is the difference between Ange FTP and @value{tramp}?
The difference is that Ange FTP uses FTP to transfer files between the
local and the remote host, whereas @value{tramp} uses a combination of
@command{rsh} and @command{rcp} or other work-alike programs, such as
@command{ssh}/@command{scp}.
The difference is that Ange FTP uses @command{ftp} to transfer files
between the local and the remote host, whereas @value{tramp} uses a
combination of @command{rsh} and @command{rcp} or other work-alike
programs, such as @command{ssh}/@command{scp}.
@end itemize