diff options
| author | Michael Albinus | 2018-11-21 16:53:09 +0100 |
|---|---|---|
| committer | Michael Albinus | 2018-11-21 16:53:09 +0100 |
| commit | e0799e6713d10f6650318c34dde8bee6c2a399ea (patch) | |
| tree | 03460dfee5b509e2b9c8def9e4f4d41f90756f72 | |
| parent | fb200f3e5775fa2811ba270c2a7b0295b42539a0 (diff) | |
| download | emacs-e0799e6713d10f6650318c34dde8bee6c2a399ea.tar.gz emacs-e0799e6713d10f6650318c34dde8bee6c2a399ea.zip | |
* doc/misc/tramp.texi: Fix last commit.
| -rw-r--r-- | doc/misc/tramp.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 79185285623..5a375b120de 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -721,16 +721,16 @@ the host returned by the function @command{(system-name)}. See | |||
| 721 | Similar to @option{su} method, @option{sudo} uses @command{sudo}. | 721 | Similar to @option{su} method, @option{sudo} uses @command{sudo}. |
| 722 | @command{sudo} must have sufficient rights to start a shell. | 722 | @command{sudo} must have sufficient rights to start a shell. |
| 723 | 723 | ||
| 724 | Due to security reasons, a @option{sudo} connection is disabled after | 724 | For security reasons, a @option{sudo} connection is disabled after a |
| 725 | a predefined timeout (5 minutes per default). This can be changed, | 725 | predefined timeout (5 minutes per default). This can be changed, see |
| 726 | see @ref{Predefined connection information}. | 726 | @ref{Predefined connection information}. |
| 727 | 727 | ||
| 728 | @item @option{doas} | 728 | @item @option{doas} |
| 729 | @cindex method @option{doas} | 729 | @cindex method @option{doas} |
| 730 | @cindex @option{doas} method | 730 | @cindex @option{doas} method |
| 731 | 731 | ||
| 732 | This method is used on OpenBSD like the @command{sudo} command. Like | 732 | This method is used on OpenBSD like the @command{sudo} command. Like |
| 733 | the @option{sudo} method, a @option{sudo} connection is disabled after | 733 | the @option{sudo} method, a @option{doas} connection is disabled after |
| 734 | a predefined timeout. | 734 | a predefined timeout. |
| 735 | 735 | ||
| 736 | @item @option{sg} | 736 | @item @option{sg} |