diff options
| author | Michael Albinus | 2017-10-11 10:57:29 +0200 |
|---|---|---|
| committer | Michael Albinus | 2017-10-11 10:57:29 +0200 |
| commit | e8a7c41b4e2dc9df18038d2931ed883946a2bb50 (patch) | |
| tree | f8802dfeafcc9fa1fcd5f54abe3d4e8e53c7e1e6 /doc | |
| parent | 0526aac4ebdc397dbfafdcb7d93cf37c1bb1bc48 (diff) | |
| download | emacs-e8a7c41b4e2dc9df18038d2931ed883946a2bb50.tar.gz emacs-e8a7c41b4e2dc9df18038d2931ed883946a2bb50.zip | |
Format shell commands in tramp.texi
* doc/misc/tramp.texi (Obtaining Tramp, Remote shell setup):
Format shell commands better.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/tramp.texi | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 6478479c38d..47055793b73 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -186,7 +186,7 @@ transparency extends to editing, version control, and @code{dired}. | |||
| 186 | @value{tramp} can access remote hosts using any number of access | 186 | @value{tramp} can access remote hosts using any number of access |
| 187 | methods, such as @command{rsh}, @command{rlogin}, @command{telnet}, | 187 | methods, such as @command{rsh}, @command{rlogin}, @command{telnet}, |
| 188 | and related programs. If these programs can successfully pass | 188 | and related programs. If these programs can successfully pass |
| 189 | @acronym{ASCII]} characters, @value{tramp} can use them. | 189 | @acronym{ASCII} characters, @value{tramp} can use them. |
| 190 | @value{tramp} does not require or mandate 8-bit clean connections. | 190 | @value{tramp} does not require or mandate 8-bit clean connections. |
| 191 | 191 | ||
| 192 | @value{tramp}'s most common access method is through @command{ssh}, a | 192 | @value{tramp}'s most common access method is through @command{ssh}, a |
| @@ -339,8 +339,8 @@ Another way is to follow the terminal session below: | |||
| 339 | 339 | ||
| 340 | @example | 340 | @example |
| 341 | @group | 341 | @group |
| 342 | ] @strong{cd ~/emacs} | 342 | $ cd ~/emacs |
| 343 | ] @strong{git clone git://git.savannah.gnu.org/tramp.git} | 343 | $ git clone git://git.savannah.gnu.org/tramp.git |
| 344 | @end group | 344 | @end group |
| 345 | @end example | 345 | @end example |
| 346 | 346 | ||
| @@ -349,8 +349,8 @@ From behind a firewall: | |||
| 349 | 349 | ||
| 350 | @example | 350 | @example |
| 351 | @group | 351 | @group |
| 352 | ] @strong{git config --global http.proxy http://user:pwd@@proxy.server.com:8080} | 352 | $ git config --global http.proxy http://user:pwd@@proxy.server.com:8080 |
| 353 | ] @strong{git clone https://git.savannah.gnu.org/r/tramp.git} | 353 | $ git clone https://git.savannah.gnu.org/r/tramp.git |
| 354 | @end group | 354 | @end group |
| 355 | @end example | 355 | @end example |
| 356 | 356 | ||
| @@ -358,7 +358,7 @@ From behind a firewall: | |||
| 358 | @value{tramp} developers: | 358 | @value{tramp} developers: |
| 359 | 359 | ||
| 360 | @example | 360 | @example |
| 361 | ] @strong{git clone login@@git.sv.gnu.org:/srv/git/tramp.git} | 361 | $ git clone login@@git.sv.gnu.org:/srv/git/tramp.git |
| 362 | @end example | 362 | @end example |
| 363 | 363 | ||
| 364 | @noindent | 364 | @noindent |
| @@ -370,8 +370,8 @@ To fetch updates from the repository, use git pull: | |||
| 370 | 370 | ||
| 371 | @example | 371 | @example |
| 372 | @group | 372 | @group |
| 373 | ] @strong{cd ~/emacs/tramp} | 373 | $ cd ~/emacs/tramp |
| 374 | ] @strong{git pull} | 374 | $ git pull |
| 375 | @end group | 375 | @end group |
| 376 | @end example | 376 | @end example |
| 377 | 377 | ||
| @@ -381,8 +381,8 @@ Run @command{autoconf} as follows to generate an up-to-date | |||
| 381 | 381 | ||
| 382 | @example | 382 | @example |
| 383 | @group | 383 | @group |
| 384 | ] @strong{cd ~/emacs/tramp} | 384 | $ cd ~/emacs/tramp |
| 385 | ] @strong{autoconf} | 385 | $ autoconf |
| 386 | @end group | 386 | @end group |
| 387 | @end example | 387 | @end example |
| 388 | 388 | ||
| @@ -2000,7 +2000,7 @@ fi | |||
| 2000 | install and execute a listener as follows (see @code{tramp-methods}): | 2000 | install and execute a listener as follows (see @code{tramp-methods}): |
| 2001 | 2001 | ||
| 2002 | @example | 2002 | @example |
| 2003 | # nc -l -p 42 | 2003 | $ nc -l -p 42 |
| 2004 | @end example | 2004 | @end example |
| 2005 | 2005 | ||
| 2006 | The above command-line syntax has changed with @command{busybox} | 2006 | The above command-line syntax has changed with @command{busybox} |